I’m a technical kinda guy, doing technical kinda stuff.

  • 2 Posts
  • 90 Comments
Joined 1 year ago
cake
Cake day: September 27th, 2023

help-circle
  • Not really, it’s just phrased differently to the usual signup pitch, they’re putting in a middle ground between full “premium” subscribers (whatever that is) and public access with tracking and ad metrics.

    Companies need revenue to operate. They get that revenue from advertising data and selling ad slots, or subscriptions. Whether they actually cease all tracking and ad metrics when you subscribe is something I’d doubt though, and that could be a case for the legal system if they didn’t do what they claim.

    Personally, this behaviour is the point where I would not consider the site to be valuable enough to bother with.




  • Dave.@aussie.zonetoLinux@programming.devThis is why it's not mainstream
    link
    fedilink
    arrow-up
    36
    arrow-down
    7
    ·
    edit-2
    1 month ago

    Microsoft is shit. Windows, is shit. Windows 11 is a privacy goddamn nightmare.

    But in the end of the day, it just fucking works, those damn bastards ensure that. And even when something doesn’t work, it seems, for some unknown reason, most of the online solutions do fix the issue.

    Hahahahahahahahahahaha

    (Pause for breath)

    Hahahahahahahahahahaha

    Only if you count “most of the online solutions” as “run SFC /SCANNOW and if that doesn’t work, just reinstall your OS”.





  • I’ve commented on this previously, but this is essentially either a hit piece, or very poor reporting on Reuters’ part.

    Basically nobody looks at raw numbers for injury statistics. It’s normalised to injures per million man hours worked, and when you take some conservative estimates on the size of SpaceX’s workforce and the time periods involved, you find that they land pretty much in the middle of current “heavy industry” injury rates.

    But it surrrre does look bad if you look at the raw numbers, just like if you looked at the combined raw numbers of, say, 10 steel mills across the country.

    Permalink to my previous, much longer, comment


  • I don’t think there’s anything commercially available that can do it.

    However, as an experiment, you could:

    • Get a group of photos from a burst shot
    • Encode them as individual frames using a modern video codec using, eg VLC.
    • See what kind of file size you get with the resulting video output.
    • See what artifacts are introduced when you play with encoder settings.

    You could probably/eventually script this kind of operation if you have software that can automatically identify and group images.



  • If you’re interested in the systems behind Apollo, go find and read “Digital Apollo”.

    It goes all the way through the project and describes in good detail everything, how they developed the control systems, the computer hardware, how the software was designed, how they implemented one of the first real computer systems project management, all the interactions between astronauts/test pilots who still wanted to “manually fly the lander”, the political back and forth between competing teams, the whole thing.

    It’s a great read if you have a technical mindset.



  • Usually iterations of:

    “Closed and locked due to duplicate of: (question asked 9 years ago about Visual Studio 2011 and Visual Basic, when you’re using VS code '22 and C#)”

    “This seems like an XY problem, what are you really trying to accomplish?”, after a one thousand word post describing in detail exactly what you are trying to accomplish and the many different reasons why you can’t just use #GENERIC_EVERYDAY_METHOD.

    Either that or the quick and dirty method that I want for a one off data conversion that uses standard libraries is heavily down voted and lost while the elaborate, all-cases-considered, 7-third-party-library-using answer becomes the top result.






  • in which case I will go one level down, to the calculateExtraCommissions() method.

    In which case you will discover that the calculateExtraCommissions() function also has the same nested functions and you eventually find six subfunctions that each calculate some fraction of the extra commission, all of which could have been condensed into three lines of code in the parent function.

    Following the author’s idea of clean code to the letter results in a thick and incomprehensible function soup.