Funny, I'm working on a simple tool that pulls the atom feed of the latest patches from lore with Python, and I just slip a User-Agent header into the requests.get() and it works great.
I recently started a blog documenting my kernel work, and thought that I should create a series that helps people make their first contribution. Please let me know whether you have any ideas!
Not bad, I'd still use Claws-mail for reading and replying to kernel mailing lists, but good to know that people are developing tools with which you don't have to rely on an ancient email client.
Reminds me a lot of hkml, which you mentioned in the readme :)
> rewrite of already popular technology in a different language
> look at commit history
> "Claude xxx committed yyy ago"
I'm sorry, but what is this need to just vibe code a port of an existing technology to a different language/framework/etc.? If it's just a personal challenge then sure I guess, but this surely can't be used as a real product?
I would assume that it's not just the fuel, but also the construction materials etc. It's in the article that they had to grind down the surfaces of the spent fuel pool, the residue from that would probably weigh a lot on its own!
>Huh... I thought Linux actually required MMUs. I was under the impression it'd never run on these old consoles because of that. Learned something new today.
There have been variants of the kernel around for some time that can run on microcontrollers without an MMU (mainly uCLinux).
Of course the 2.5 line was the unstable pre-release for the 2.6 kernel. That means that stable mainline linux has had nommu since 2.6.0, which was released 17 December 2003.
Great job! A few months ago I was kicked out of university for failing my Real Analysis course a second time (4 years of CS suddenly gone, thesis was half done) and had to get a full time job. Now I got accepted to a different public university to study on a weekend basis. This article makes me less anxious about my upcoming studies.
You can reapply as a new student and get your finished classes accepted as finished in the new study.
My friend was in a similar situation as you, the same school, possibly, except it was "Electric Circuits 2".
On Wednesday he failed the last exam, Thursday he applied as new student, on Monday he was 1st year student and by Friday he was 3rd year student with all classes accepted. Still had to do the Electric Circuits 2 of course.
Essentially all Czech universities have a rule where you can only twice enroll in the same course - failing to do so will lead to termination. Nevertheless I still have my credits so I'll try to get them accepted at the new university.
It was mostly painful to see people I had courses with graduate just this month, however I do have a good software engineering job so all is well?
I don't know about the rest of Europe, but in Denmark, universities get a part of their funding based on the number of graduates. So the university has an incentive to help student actually graduate instead of kicking them out. That may or may not matter to the bureaucrat responding to an appeal - but I'd certainly not just assume that "I'm close to graduation, just let me do this one more exam attempt" isn't a good enough reason for them to let you try.
Ah, well in the Czech Republic universities get funding based on the number of currently enrolled students, not graduates. Some places will therefore accept 1000 into a CS program, only to have <100 people actually graduate.
As for the appeal - these usually aren't successful, even my thesis advisor said that he probably wouldn't go out of his way to talk to the analysis course examiner etc. etc.
Sorry, that strikes me as the norm. Graduation is predicated on passing certain courses, and obviously you can't take it an arbitrary number of times. So fail an exam twice, and you're out. (Some universities offer a final oral exam after failing a written exam twice.)
Realizing that I don't do any programming for fun anymore, I made a program that prints the horoscope for the PID of a Linux process. The Fowler-No-Voll hash ensures uniqueness for each day, guaranteeing a deterministic output. A friend of mine added support for tarot cards. I recommend just appending the command to your .bashrc to get the horoscope of your current running bash instance. Pull requests are welcome!