• 0 Posts
  • 30 Comments
Joined 7 months ago
cake
Cake day: December 14th, 2023

help-circle

  • BakedCatboy@lemmy.mltoFunny@sh.itjust.worksIt's so over
    link
    fedilink
    English
    arrow-up
    2
    ·
    1 month ago

    I don’t remember actually but I checked the file metadata and I have the template in my downloads folder next to this which has an exif tag of 2 minutes later with gimp metadata so I’m pretty sure I must have made it, which makes it a bit more impressive since I probably just sent it to friends privately and didn’t post it anywhere it could have been scraped for training.




  • You could end up working for a company that develops free software so that’s one way. My company develops an open source science tool and it’s free for anyone to hack on, run their own copy, and use for commercial purposes, but we sell support which usually seems to involve being paid to develop certain features and fix certain bugs, as well as advise on how to keep their system running smoothly.


  • I just discovered how easy ollama and open webui are to set up so I’ve been using llama3 locally too, it was like 20 lines in docker compose, and although I’ve been using gpt3.5 on and off for a long time I’m much more comfortable using models run locally so I’ve been playing with it a lot more. It’s also cool being able to easily switch models at any point during a conversation. I have like 15 models downloaded, mostly 7b and a few 13b models and they all run fast enough on CPU and generate slightly slower than reading speed and only take ~15-30 seconds to start spitting out a response.

    Next I want to set up a vscode plugin so I can use my own locally run codegen models from within vscode.



  • I’ve even experienced this in the 3D printing community, where I design a highly parametric model and put lots of effort into making all of the major dimensions and qualities parameterized and dynamically adjustable, with lots of bounds checking and value clamping, with all the parameters at the top of my scad file with comments explaining what each variable does.

    And then someone comes along to remix my model, says I don’t want to install openscad, and just scales the entire output stl to change the dimensions, squashing all the features of the model in the process (instead of having the size gracefully adjust with all the features moving around to account), and leaving anybody starting from their work with a hard to remix mesh with no parameters.








  • I only do web development, but my networking knowledge mostly comes from being the designated person to call the ISP for tech support and being in charge of setting up the WiFi in every place that I’ve lived, in addition to participating and running community scale mesh wifi tech meetups for many years (think NYCMesh except just 4 guys who never accomplished much aside from buying and flashing lots of routers with openwrt lmao)

    I also ran 12Us of homelab for a few years in my basement, which was powered by an overkill fiber to the home setup (courtesy of tricking Comcast into undercharging me for gigabit pro) that necessitated a 10G switch and firewall.


  • Your ISP knows the Mac address of your router since it requests a public IP from them using DHCP. That’s why if you contact support they usually can confirm the brand of your router by doing an oui lookup.

    In theory the FBI could have collected a list of MACs and optionally used an ASN lookup on the public IP and then handed each ISP their list of MACs, which the ISP could associate back to customers to contact. It would only not work for customers who spoof their router WANs ethernet mac.

    But I think just patching it is a normal and fine solution imo.


  • I’m not a cook but just a general fan of commercial / industrial products (always getting jealous of the stuff I see in my engineer friends machine shops at work, materials science labs, etc), and one of my favorite sites to get ideas for when it comes to household / kitchen stuff is the webstaurant store. I don’t necessarily even buy much stuff because some of the items can only be bought by the case, but it’s fun to browse and if I see something I like I can check if it’s available anywhere else. I have bought a commercial style tall recycling bin and some generic 5 gallon bag in box soda syrups since you could just buy 1 of those, which save a lot of money if you carbonate at home compared to buying soda at the grocery store.

    Anyway they have a surface sanitizer section so you might get some ideas on what to get by browsing there. Again some are by the case but at least a few you can buy a single spray bottle or a single gallon: https://www.webstaurantstore.com/35535/surface-sanitizing-and-disinfecting-chemicals.html

    And of course be sure to read all the directions and warnings since they might be used differently than you would at home, or have different requirements.


  • Isn’t Miracast for sending video data? The thing I like about Chromecast is that the phone or remote app just tells the Chromecast where to load the media directly from, and then only sends playback control commands. That makes it a lot lighter resource wise because you don’t need to proxy the stream through a device like a phone that wants to go to sleep to save battery.