Skip Navigation
InitialsDiceBearhttps://github.com/dicebear/dicebearhttps://creativecommons.org/publicdomain/zero/1.0/„Initials” (https://github.com/dicebear/dicebear) by „DiceBear”, licensed under „CC0 1.0” (https://creativecommons.org/publicdomain/zero/1.0/)UL
ulterno @programming.dev
Posts 1
Comments 17
How do you actually read?
    • "Foundation" by Isaac Asimov is one of the only 3 novels I have read, that are were not part of my school course.
    • Another one was some romance novel that I got as a prize for some competition I can't remember and I managed to force myself to read it until the end. Needless to say, I didn't like it. The setting was probably Victorian Era.
    • The third is an English translation of the Light Novel "Mahouka Koukou no Rettousei", which I am not sure when I intend on completing.

    I am a very sloow reader. Foundation was a pretty thin book and I took months. I tend to read a little, imagine it, dream on it and have fun that way and this one turned out to work really well for that. I thought of checking out the Prelude and other parts in the series, but never went ahead with it.

    I have seen myself getting intrigued by the thought the writer (may/may not have) put into the worldbuilding aspect and find myself exploring the same in my mind.

    My habits: I read what I feel like, when I feel like it. I remember having borrowed picture encyclopedias from school libraries as a child and just leisurely reading them. Those things were pretty fun too.

  • People born after 2000 have never seen the cosmic microwave background on their TV set.
  • Except for that most of it was not.
    A lot of the noise on the screen (and speaker) was affected by radiation from nearby stuff.

    I'd think that nowadays, it would be even more so, with way more WiFi and mobile phone signals everywhere. Now sure, different frequencies mean they would affect less, but the cumulative effect would still be more than the CMBR.

    Also, I have a flat-screen CRT at home.

  • Typical YouTube
  • Why don't we just use one of the FOSS white noise applications, which also have options for brown, pink and other colourful noises?
    Or why don't we just download an mp3 from soundcloud and use that? It's not like YouTube is giving 1000Kb/s HD audio.

    Oh right, YouTube is right there.

  • The US government wants devs to stop using C and C++
  • Imagine if there was a hack so bad that it caused everyone to become unable to develop in C and C++.

    Well, there is one that will imply you can only develop using anything that you have bootstrapped yourself, using hardware that you have designed and manufactured yourself, using tools that you have designed and manufactured yourself, using tools that you have designed and manufactured yourself ...

    ... with your own bare hands.

  • Procedural roller coaster
  • Nice. Now just if you could make it more physics'y. As in, make it go faster when it falls downwards and make it look like it is putting in extra effort, in cases it is going upwards, higher than what momentum would take it.

    If you feel like doing this, I'd suggest using parameters for:

    • gravity
    • momentum
    • friction, so just reduce momentum based on traveled distance
    • minimum speed, to make sure it keeps going and that will look like it is using its motors to keep running
  • "GitHub CI is easy", he said. "It's just `bash` ", he said.
  • In my last workplace, I was responsible for making whatever automation I wanted (others just did everything manually) and I just appended a bunch of bash scripts to the Qt Creator Build and Run commands. It easily worked pretty well.
    I guess the fancy systems are again, just to add another layer of abstraction, when everything is running on their containers instead of ours.

  • "GitHub CI is easy", he said. "It's just `bash` ", he said.
  • I’ve been meaning on spending a morning getting Nektos/ACT running.

    I was just going to say I need to find a way to run it all on my system to learn it. If this can do it without actually having to push to GitHub, it would be really good for practice.

  • "GitHub CI is easy", he said. "It's just bash ", he said.

    Until he actually had to use it.

    Took 2 hours of reading through examples just to deploy the site. Turns out, it is hard to do even just the bash stuff when you can't see the container.

    31