• 5 Posts
  • 173 Comments
Joined 3 years ago
cake
Cake day: June 22nd, 2023

help-circle







  • I was talking about cooling and a practical example of “working around the rules”.

    As for refrigeration in particular: any similar mechanism can do this too. Example: if you can figure out a material that emits IR in the ballpark for that specific range of wavelengths, you can use it as an active shunt.

    Also read somewhere before (not sure when or where tbh, but it might’ve been an old school 2000s forum discussion or something) about a way to possibly achieve it via phase change cooling at a molecular scale iirc. It wasn’t viable at the time and we made light of it, but with the material science advancements of today? Who knows. Maybe someone figured it out.



  • The average consumer doesn’t care because they already made the purchase. Most of them use whatever OS their machine comes preloaded with unless a more tech inclined friend offers alternatives.

    The OEMs do the caring, because the OEMs are the ones with the choice. And they notice this shit. So when the average consumer is buying a new machine, they might be offered alternatives to Windows (already happening with some btw), and most customers will see an extra $200 (or whatever how much nowadays) next to the Windows license, and a flat $0 next to the other option: Linux.

    Now the filter is reversed, and only the ones who aren’t paying attention (assuming Windows is the default during check out) or actively want Windows will be paying for it

    The savvier ones may even wonder what the difference is, and do some research to understand it, and those ones will buy it knowing exactly what they’re getting into. Some will say “I’ll just pick the free OS and install Windows for free”, but even if they decide that, they may decide to boot it up first out of curiosity.

    And that’s what really matters: the exposure. Because people talk.





  • Fish was amazing when I first discovered it, but I found it had too many problems for me to effectively use it. Having to adapt existing bash/zsh scripts was a major problem for me.

    So I went the other way around and managed to get all of the Fish features I wanted working under zsh using atuin, starship, and other misc. oh-my-zsh plugins to fill the gaps.

    Best part: I used a git-controlled home-manager setup to do it so I can activate my entire environment on a fresh machine/server in minutes after I clone it.


  • You’re welcome. :)

    I just overcame my aversion to medium to read your article, then I read the rest. I have to admit I’m very impressed, not only with what you were doing back then, but the fact we were exploring the same corners before modern “data science” was even a thing! My parallel journey was on a different track from NLP though. I was exploring spike-train-based neural net architecture, unsupervised learning, and how to give neural networks “tools” to work with (not tool calls, actual tools like a paint brush and a virtual canvas, etc). Damn… I think I still have ancient videos of that on my YT channel.

    My Intel Celeron™ CPU could never handle more than 4 layers of ~512 neurons maybe? I don’t really remember the specifics, but I think that’s why I stopped back then.

    I think that’s why the 2000s were magical for me, although your “grandpa” comments are now hitting me right in the soul. Damn it. :P


  • I used to write articles on medium too, but dev.to was where I ended up because I witnessed it being founded. As for why I mentioned it specifically? Not entirely sure to be honest. I think it’s the first thing that stuck out when I thought of medium because it’s literally the opposite in many ways… less focused on profits and ads. No non-negotiable paywalls for valuable knowledge that I can recall, developer/tech focused with a great and supportive community, easy access/exposure for new authors, and a whole gamut of other small but positive differences that aligned with me personally. These were the first things I noticed from my experience publishing stuff there.

    There are many other sites with communities like that that I’ve come across, for example: writeas.com as an alternative to tumblr/blogger and such, devRant is great as a venting space for developer-specific trouble/humour/jokes and interesting stories. Etc.

    I have a soft spot for small independent sites like that. The ones trying to revive the 2000s internet spirit/experience. No shareholders or algorithms to dictate what becomes popular and what gets buried based on profit-driven logic/metrics to steer the masses or influence opinions for the sake of ad revenue or sales.




  • That’s not the problem though. Because if I apply my perspective I see this:

    Someone took a shortcut because of an external time-crunch, left a comment about how this is a bad idea and how we should reimplement this properly later.

    But the code worked and was deployed in a production environment despite the warning, and at that specific point it transformed from being “abstract procedural logic” to being “business logic”.