wiki-user: dreadbeef
- 0 Posts
- 30 Comments
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•I'm new to using Ruby and this tickled me pinkEnglish2·22 days agoIts AOT compiled.
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•I created the weirdest political compassEnglish8·26 days agoJavascript is compiled, just in time.
the other response is correct (i have my Complete Esperanto book right next to me as i type this) but for the common folk around here: essentially like
for-jay-oh
dreadbeef@lemmy.dbzer0.comto Ask Lemmy@lemmy.world•Why is open source software assumed to be secure? English12·1 month agoIt’s not more secure or less secure, but it is easier to trust
dreadbeef@lemmy.dbzer0.comto Selfhosted@lemmy.world•Leaving GitHub. Seeking ethical music server alternatives.English15·1 month agoWhat are your thoughts on boycotting using the US dollar? Moral perfectionism in a capitalist society is a difficult road. I urge a more pragmatic approach over dogmatic, and just volunteering or performing mutual aid in your community. Or create open source software yourself.
dreadbeef@lemmy.dbzer0.comto Selfhosted@lemmy.world•Leaving GitHub. Seeking ethical music server alternatives.English361·1 month agoAs an open source software developer, this is a weird hill to die on, and I use and donate to Codeberg every month. I don’t give GitHub one penny and I don’t support anything about GitHub’s AI shit, but I do not mind them eating my costs or other peoples costs for me or them one bit. I’m not at all against having my open source code subsidized by wealthier people.
Sure, go ahead and say “if you’re poor and need github’s free services I won’t use your software” but it’s just weird. Codeberg is not a for-profit corporation, it is wrong to demand them to provide free services. It is not wrong to use to the maximum extent GitHub’s free services, imo, so long as you aren’t giving them money. Bleed em while they let you and all that jazz. It absolutely does cost them, but they don’t care so why should the less fortunate?
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•The JavaScript type coercion algorithmEnglish2·1 month agomost linters since like jshint as well catch it
dreadbeef@lemmy.dbzer0.comto Selfhosted@lemmy.world•Maybe drops open-source support - pivots to B2B data and scenario planningEnglish21·2 months agoThere is an 8 minute demo video of the application on the linked page
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•[No PHPun Intended] A Brief History of Web DevelopmentEnglish101·2 months agoBackend devs: JS sucks because I never learned it actually
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•[No PHPun Intended] A Brief History of Web DevelopmentEnglish8·2 months agoJs is dead use php!
we upgraded to 8 from 5 at my first job in 2014
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•We're cooked y'all 🤣English19·5 months agoSounds like a Union is a good thing. Apprenticeship programs.
dreadbeef@lemmy.dbzer0.comto Selfhosted@lemmy.world•New Jellyfin Server/Web release: 10.10.7English1·5 months agodeleted by creator
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•Full Stack DevelopmentEnglish11·6 months ago“Knows”
Too much credibility to the backend devs out there. “CSS is too hard to remember” is why things like tailwind are more popular than they deserve.
Elixir and Clojure are awesome languages and don’t need no types. Elixir is getting them though, so you weird static type absolutists can finally look at it soon. I even use Haskell and OCaml and Rust which has stricter types than the languages y’all write in and I never complain about the lack of types in languages.
I’m the guy on the right, typescript devs are in the middle
dreadbeef@lemmy.dbzer0.comto Programmer Humor@programming.dev•DOGE Plans to Rebuild SSA Codebase in MonthsEnglish54·6 months agoDamn why doesn’t git just use sql instead of Merkle trees I guess that’s just stupid tell Linus to get to using SQLite asap!!!
But no, you’re wrong. Cryptographically verifiable merkle trees are a valuable way to store changing data. Unlike your recommendations, they don’t satisfy the needs of verification, which is literally a great use-case for ssns. Now I’ll admit that the SSN db doesn’t need to be distributed, which is the only thing a blockchain adds to that equation. But you are just flat out wrong for suggesting a sql db 😂
Im merely making a value proposition because im an engineer and I’ve had this same exact problem and desire. Call it experience — a static blog is fine since I can build one of those in my sleep, but for me I wanted to post on it when I was away and only had my phone. Now do I put it on my git? A separate notebook that is synced somewhere? I have ADHD—if I want to write I have to write and I can’t just hope to remember it sometime later. Now what’s the point of my blog if I can’t write on it when I need to but simply don’t have my desktop nearby? Also you have to have pay for a CI to do the building anyway for a static site generator, that ain’t free and even if you found a service that provides CI for free you’re just externalizing your costs somewhere else. Laws of thermodynamics still apply. So instead of paying for CI to build your static site, I’d argue just pay for the server rendered site. Why choose to have a 1gb ram build server for a blog when you can just use that server to run the blog.
And they want federation support. Ghost is working on that as well speak. What static site generator supports federation?
i dont even use rust and i hear more people complaining about rust than i hear rust users.