Comments

This profile is from a federated server and may be incomplete. Browse more on the original instance.

demesisx, to worldnews in Hamas official says North Korea is ally. Insinuates it could one day target the US
@demesisx@infosec.pub avatar

You don’t say?!?!? Of course we’re a target, sending billions in missiles and support to an illegal occupying force that is openly committed to the liquefaction of Muslim children.
Our main export is murder.

demesisx, to asklemmy in What's an alternative to Spotify that doesn't play you the same fucking songs over and over?
@demesisx@infosec.pub avatar

I disagree entirely.

I used the free trial. The algorithm was a whole lot shittier than spotify’s recommendations. It had the same annoying vibe as the regular youtube algo where if you watch one video from Jordan Peterson, you suddenly inherit the feed of an Elon Musk worshipping alt right tech bro.

It was the same for music. I listened to one song as a joke then it stopped recommending good music and just made my whole feed into joke songs. Much like youtube’s algorithm, youtube music algo clearly uses google’s machnine learning tech (which they use for ads too) where it tries so hard to predict what you like without real data, instead preferring to use solely other people’s browsing habits rather than creating a unique profile for that user without it making too many assumptions right off the bat. Perhaps, I’d describe that algorithm as “HIGHLY reductive” when compared to any other recommendatiion algorithm which seem more geared toward slowly discovering the tastes of its users.

demesisx, (edited ) to technology in Bored ape NFT event attendees get their faces burned by event lighting
@demesisx@infosec.pub avatar

Nice. Thanks for the insight.

I work in the film industry side of lighting and we use HMI’s all the time (sometimes without the UV protective glass if the gaffer is a cowboy…). I’ve never really run into this with theatrical/event lights when we do use them…but then again you seem to know about situations like this.

There are so many old gaffers who have cataracts now because of all of those years looking directly into the hot spot of a carbon arc.

You’re probably correctly blaming the board while I think it was Aliexpress lights with actual UV emitters.

demesisx, to technology in Bored ape NFT event attendees get their faces burned by event lighting
@demesisx@infosec.pub avatar

The article also came to no conclusion, though they did point to an event that also happened in 2017 where this happened and the culprit was… what I “guessed”. I’m sexy and I know it. 😜

demesisx, (edited ) to technology in Bored ape NFT event attendees get their faces burned by event lighting
@demesisx@infosec.pub avatar

For anyone confused by the low-hanging-fruit NFT comments that don’t actually talk about what actually happened: The event was in Hong Kong and

here’s my speculative opinion about what the likely cause of the burns was:

UV disinfectant lights, accidentally used by ignorant, budget-conscious event lighting staff.

demesisx, to programming in What things really helped you toget better at programming?
@demesisx@infosec.pub avatar

I edited my comment to talk about imperative vs FP rather than OO vs FP because FP can actually be OO. What I meant was imperative.

Anyway, in most functional implementations, state is usually handled by a minimal top layer. Functional paradigms are helpful in keeping the complexity to a minimum.

I like to use the functional core, imperative wrapper design style.

demesisx, to programming in What things really helped you toget better at programming?
@demesisx@infosec.pub avatar

I could go on for a week but here’s some copypasta that mirrors why I wrote this (sorry not to write an essay in my own words). Honestly, there’s a lot more than listed here (like the inherent ability to parallelize any functional code basically out of the box) but let us take a stab at comparing them:

The functional programming paradigm was explicitly created to support a pure functional approach to problem solving. Functional programming is a form of declarative programming. In contrast, most mainstream languages, including object-oriented programming (OOP) languages such as C#, Visual Basic, C++, and Java, were designed to primarily support imperative (procedural) programming. With an imperative approach, a developer writes code that specifies the steps that the computer must take to accomplish the goal. This is sometimes referred to as algorithmic programming. In contrast, a functional approach involves composing the problem as a set of functions to be executed. You define carefully the input to each function, and what each function returns.

Advantages of pure functions

The primary reason to implement functional transformations as pure functions is that pure functions are composable: that is, self-contained and stateless. These characteristics bring a number of benefits, including the following:

  • Increased readability and maintainability. This is because each function is designed to accomplish a specific task given its arguments. The function doesn’t rely on any external state.
  • Easier reiterative development. Because the code is easier to refactor, changes to design are often easier to implement. For example, suppose you write a complicated transformation, and then realize that some code is repeated several times in the transformation. If you refactor through a pure method, you can call your pure method at will without worrying about side effects.
  • Easier testing and debugging. Because pure functions can more easily be tested in isolation, you can write test code that calls the pure function with typical values, valid edge cases, and invalid edge cases.
demesisx, (edited ) to programming in What things really helped you toget better at programming?
@demesisx@infosec.pub avatar

Learning that Imperative Programming is inferior to Functional Programming for matters that are critical for safety.

demesisx, to linux in [Old 1997 story] The Greatest OS That (N)ever Was
@demesisx@infosec.pub avatar

I, for one, was quite ignorant of that fact.

demesisx, to linux in [Old 1997 story] The Greatest OS That (N)ever Was
@demesisx@infosec.pub avatar

Thanks for the insight. I’ll edit my comment to point to yours.

demesisx, to linux in [Old 1997 story] The Greatest OS That (N)ever Was
@demesisx@infosec.pub avatar

Is this article (and the many sources I see confirming it) inaccurate then?

www.theregister.com/AMP/…/linux_kernel_email/

I’m happy to be wrong if you have any evidence to refute what I’ve written.

Ps. I’m talking about the kernel.

demesisx, (edited ) to linux in [Old 1997 story] The Greatest OS That (N)ever Was
@demesisx@infosec.pub avatar

Edit: my below comment was actually wrong. They actually do use git.


Thanks for sharing. What I find most interesting is that Linus is still using the same email-based software development methods for the kernel while the rest of the software engineering world has evolved to use his other invention, git, for that. I’m kind of second-hand embarrassed for those geniuses who have yet to adopt proper version control for (what I’d argue is) the most important project in the computing world.

Here’s a far more nuanced explanation from Spore’s reply to this comment :

Git and Email are not mutually exclusive. In order to collaborate with git, you need and only need a way to send your commits to others. Commits can be formatted as plain-text files and sent through emails. That is how git has been used by its author from literally the first release of it.

demesisx, (edited ) to technology in Humanoid robots are here, but they're a little awkward. Do we really need them?
@demesisx@infosec.pub avatar

Of course we don’t need them. We don’t need so many things that the ruling class pushes on us like war and austerity.

What we have now is feudalism with a few extra layers of abstraction. Can you picture feudalism without the need for a class of serfs? I’ll give you a hint…on a long enough timeline this humanoid robot serf replacement program produces only two potential outcomes:

  1. countless murdered poor people.
  2. post-scarcity utopia like we see in Star Trek: TNG.

Which one do you think is more likely?

Further thinking on this topic: youtu.be/7Pq-S557XQU?si=SQOhfYjLoy2rt0lw

demesisx, to technology in Do you feel, as I do, that this adblocker ban by Youtube will harm all of Alphabet's companies? [discussion]
@demesisx@infosec.pub avatar

I HOPE it does.

demesisx, to worldnews in Biden Wants Arms Deals With Israel to Be Done in Complete Secrecy, Without Congress
@demesisx@infosec.pub avatar

Yeah that’s true. They found a cash cow in him, though I’d still consider him an outsider (especially after his political capital has been used up).

  • All
  • Subscribed
  • Moderated
  • Favorites
  • random
  • uselessserver093
  • Food
  • aaaaaaacccccccce
  • test
  • CafeMeta
  • testmag
  • MUD
  • RhythmGameZone
  • RSS
  • dabs
  • KamenRider
  • Ask_kbincafe
  • TheResearchGuardian
  • KbinCafe
  • Socialism
  • oklahoma
  • SuperSentai
  • feritale
  • All magazines