Comment on
hmmm
Reply in thread
Maybe that isn't a problem
Comment on
hmmm
Reply in thread
Maybe that isn't a problem
Comment on
Bold Ideas For Funding Open Source Software
Literally buy me a coffee and deliver it straight to my house.
Comment on
*Permanently Deleted*
To be fair, the more podcasts, the more competition in making podcasts more high quality, the more quality podcasts I can listen to, the more reason I have to do boring chores or exercises.
Yay to podcasts.
Comment on
Linux "Anti"-Piracy Screen
Reply in thread
I don't think that's convenient for him. Let's email him for his consent.
Comment on
Last Rule Tonight
Reply in thread
Sold. I will watch Skibidi Toilet and perhaps discuss the lore with my 6 year old nephew.
Comment on
What's your list of banned brands?
Reply in thread
So, uh, how do you live in modern society?
Comment on
Fired Rule
Looks like a footnote. I'm curious, where's this from?
Comment on
The graying open source community needs fresh blood
Reply in thread
But open-source doesn't always mean working for free, nor does it mean people do it for purely ethical (or socialist?) reason.
There are lots of reason why open-source is attractive after discounting ethics and money. I imagine being credited for being a major contributor to a popular open-source project would mean better job opportunity in the competitive tech job market. The gig doesn't directly offer you money, but it does gravitate the right company that has the money to fund your work they find very valuable. In a sense, this isn't that far from how capitalism work -- credits are due to the people who brings most value to the society, whether the source of the software are open to all or not.
This is of course a very superficial statement to make, but I remember Eric Raymond wrote about this in more a detailed (and more convincing!) manner in The Cathedral and the Bazaar.
Comment on
“It’s sick”
Reply in thread
Trump's grazed in the ear, inches away from death. That's sick, man.
Comment on
New Alzheimer's Nasal Spray Clears Toxic Tangles in Human Neurons And Mice
Reply in thread
TIL. Damn.
Reminds me of the how early the covid policies were based on age-old misconceptions about aerosols.
Comment on
Of Kind Chess and Wicked Programming: How AI Influences Our Creativity
Reply in thread
Well, with that domain name I can't really hide it.
To your point, think about it this way: AI, at this stage, still need someone to tell then what to do. Whether you're good programmer or a bad programmer, AI still need you. Not until we get ASI, anyway.
I hope this makes you feel better?
Comment on
Scientists Confirm Bird Flu Is Now Spreading Between Mammals
Reply in thread
Source?
Comment on
Israel Has Attacked Gaza “Safe Zone” 10 Times Since Forcing Palestinians to Evacuate There
Reply in thread
Shameful is very much an understatement...
Comment on
*Permanently Deleted*
Reply in thread
What's the tech stack you work with with that setup?
Comment on
future windows experience
Reply in thread
That you pay for just 5 dollars per month.
Comment on
[OC] Attention everyone, I found a neat rock.
Reply in thread
Was thinking this looks familiar, and somehow it's related to Linux. So it is!
Comment on
It feels wrong
Reply in thread
I remember this guy! First fallout game I played, my friend introduced it to me and let me borrow his disk for the PS3.
This is probably the first boss I've fought and in my memory it'll always be an intense battle.
Comment on
Offline version of Chat GPT
Reply in thread
Mummified corpse killed by Wikipedia
Comment on
OpenAI announces SearchGPT: its new AI search engine
Reply in thread
Have you tried perplexity.ai? Using it to do some programming and it's quite good so far. It's basically LLM + Search Engines.
You can also use it to use different models (not just with ChatGPT).
Sometimes even run the code itself (Python for my case) and see if it's valid.
Comment on
YAML, SQL, or something else? Looking for recommendations for making a database of stories.
A lot of people already suggests several databases or plaintexts like json.
But to be honest if the dataset is not too big and doesn't grow (since it is historical anyway), why not just use markdown with Hugo (a static site generator). You could also make use of its supported search tools to search texts in the stories.
As a bonus, since it's a static website, you can host it and share it to the world!