Elektrine
EN
Log in Register
Paige Chat Timeline Communities Gallery Videos Email DNS VPN Uptime Kairo
Back to Timeline
Remote

enoch_exe_inc

@enoch_exe_inc@mastodon.social
mastodon 4.7.0-beta.1
  • Open on mastodon.social
0 Followers
0 Following
44 Posts
Joined July 26, 2023
Status:
Alive
“Pronouns”:
皇帝陛下

Posts

Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · May 30, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @nahuellofeudo@mastodon.social
@nahuellofeudo@mastodon.social @joachim@boitam.eu The difference, though, is that AI is far more than just chatbots and porn. There’s a lot of hype (i.e. Silicon Valley propaganda, as I like to call it), but it *is* a genuine field of study that has more applications than in selling you innovation theatre.
0
1
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Apr 20, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social

#Discord uses #ElectronJS. That explains *so* much, like why it eats up like 300 MB just idling in the background. Remember when MSN Messenger used just 6 MB of memory *and* it could handle voice and video chat? Such is the modern era of unmitigated #codebloat.

0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Apr 14, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @enoch_exe_inc@mastodon.social
I mean, why is this a technically possible result? The silver lining is that #TwoSeventy is a remarkably accurate simulation in that everything in a presidential campaign—speeches, rallies, debates, competence, etc.—has been reduced to…money. Just money. It’s so on the nose that I bet the vast majority of people completely miss it. #TyrannyOfTheMinority
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Apr 10, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social

My advice to any future US presidential candidate is to make sure as many states you’ve won in are legally required to vote for you in the House of Representatives in the event you’ve managed to tie the electoral college. Because it turns out the popular vote doesn’t actually decide anything, not even to break a tie. It’s just for show. So don’t worry too much if that doesn’t go in your favour.

0
1
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Mar 31, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social

What the—did #VSCode just change the default theme?

mastodon.social

Mastodon

0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Mar 01, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @redsad@ohai.social
@redsad@ohai.social System working as intended.
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Mar 01, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social

“If it’s stupid but works, it isn’t stupid.”

`idx = self.DATA.index(key) + 1 # Plus one because an index of 0 is possible`
`if not idx: return None`
`return idx - 1 # That’s technically a solution, right?`

#Python #Coding

mastodon.social

Mastodon

0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jan 25, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social

Rest in peace, #MichaelParenti.

mastodon.social

Mastodon

0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jan 18, 2026
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @vowe@social.heise.de
@vowe That’s also true of being Canadian, except instead of 17:00, it’s all day long. Fortunately, as long as I don’t get curious and take a peek at the news…
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Nov 16, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @Natasha_Jay@tech.lgbt
@Natasha_Jay@tech.lgbt Having just been to Japan and seen what their vending machines look like…I can’t unsee that. 🤣
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Oct 25, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @DerPumu@mstdn.games
@DerPumu@mstdn.games @fribbledom@mastodon.social Finally getting round to learning Python hit the unexpected learning curve of it being dynamically-typed…and I’ve only ever used statically-typed languages. I guess VB6 is technically dynamically-typed, but I’ve always just put ‘Option Explicit’ at the top of every program and just not thought about it. Type hints are just that: hints. Turns out they only tell me (and the IDE) what type a variable’s supposed to be and doesn’t affect runtime.
1
1
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Oct 25, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @DerPumu@mstdn.games
@DerPumu@mstdn.games @fribbledom@mastodon.social Good question. I’d say C and C++’s horrendously complicated compilation process is more of an actual pain in the ass to get to work properly compared to the mild inconvenience of setting up the debugger, especially since unlike most languages, compilation actually takes a while (and a lot of memory; I have 16 GB and it still regularly eats it all).
1
1
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Oct 16, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @fribbledom@mastodon.social
@fribbledom@mastodon.social 🟣[unknown] - using print statements to debug a small program because I’m too lazy to bother setting up the debugger. I’ll still use the debugger for larger projects, although one of my pet peeves is getting the debugger to work for the first time on a project. (My other pet peeve is getting stuff to compile, especially in C or C++)
4
5
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Oct 03, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @su_liam@mas.to
@su_liam@mas.to @T2R@infosec.exchange @xyla@shitpost.trade @GossiTheDog@cyberplace.social Not really. That’s more of structural problem/feature of our economy. Also, the current problem I have with LLMs is that they’re massively inefficient regardless of what you use it for. There’s no way to integrate a dialogue-generating LLM into a video game without making it unnecessarily large, and it will still hallucinate no matter how you program it.
0
1
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Oct 01, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @hackaday@hackaday.social
@hackaday@hackaday.social Anyone else here a fellow #Zillennial who grew up with this sweet, sweet sound of dialup internet because their parents couldn’t be bothered to get broadband? No? Just me?
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Sep 25, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @mcc@mastodon.social
@mcc@mastodon.social It’s arguably the only such space left in our late capitalist society. We must protect them at all costs! (Or, no cost.)
3
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · May 24, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @Natasha_Jay@tech.lgbt
@Natasha_Jay@tech.lgbt Oh, of course it’s from Japan. Never change! During my road trip in Lantau Island, I’ve seen a few signs that amount to “drive slow; cows crossing”.
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · May 23, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @gabe_sky@infosec.exchange
@gabe_sky@infosec.exchange There’s also the #FOSS barcode generator #Zint, which I’ve used since antiquity (roughly 2012) to make QR codes of various kinds for me.
0
0
1
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Apr 19, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @MEActNOW@mastodon.social
@MEActNOW@mastodon.social The “free” market used to sell things like cocaine toothache remedies and radioactive water to people, which predictably resulted in a lot of gruesome and entirely preventable deaths. The free market is a terrible idea with regard to both efficient distribution and the survival of humanity.
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Feb 05, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @gruber@mastodon.social
@gruber@mastodon.social No, not really. Aside from the presidency beginning on a failed “coup”, there was the pullout of Afghanistan, normalisation of mass shootings, the increasingly rogue Supreme Court making wildly incorrect decisions like banning abortion, overturning decades of precedent, and declaring the President above the law, and, of course, the Gaza Genocide.
6
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jan 28, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @dfs_comedy@mastodon.social
@dfs_comedy@mastodon.social @MeanwhileinCanada@ohai.social Also, the whole world—and all celestial bodies by the way—is just Greater China. The office of the Celestial Emperor is currently unoccupied, has been since 1911, and will remain as such for as long as China is committed to keeping the imperial monarchy abolished, but such has been the way of things for thousands of years. So I see no reason to change it.
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jan 28, 2025
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @0x575446@mastodon.social
@0x575446@mastodon.social @MeanwhileinCanada@ohai.social Lol, nope, Lake Ontario is now Lake Toronto. Because we’re the largest city on the lake. Ain’t that how it works? Also, we can keep Lake Michigan so long as we all agree to pronounce it “Lake Mitch-igan”.
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Dec 11, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @kumarvibe@mastodon.social
@kumarvibe@mastodon.social Not bad, but will it also prevent companies from hiring new execs who pledge to pollute “less”, with “less” being marginally lower than the last guy such that nothing has to change?
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Nov 21, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @_elena@mastodon.social
@_elena How can there be “no engagement” on the Fediverse? I posted about this recently, but I’ve been here on Mastodon for only about a year and I already have about as many followers as I spent six years on Twitter getting. Yet, it feels like I have ten times as many due to the amount of engagement I get. This place feels alive, unlike e𝕏-Twitter, which was already dead before arrival into Elon Musk’s hands.
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Nov 13, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @gwynnion@mastodon.social
@gwynnion@mastodon.social And that these people should keep telling on themselves like this. Because at this point, I’m making a list that I intend to cross off of eventually.
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Nov 06, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @ZachWeinersmith@mastodon.social
@ZachWeinersmith Ye Wenjie be like: (Context: #ThreeBodyProblem)
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Nov 04, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @MeanwhileinCanada@ohai.social
@MeanwhileinCanada@ohai.social Doubly ironic, given that the US and Britain helped to overthrow Iran’s democratically-elected government in 1953, which eventually led to the Iranian Revolution in 1979 that turned Iran into the Islamic theocracy it is today. #Blowback, bіtches!
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Aug 17, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @enoch_exe_inc@mastodon.social
@eff@mastodon.social @aaronmackey@sfba.social @theintercept@journa.host Also, even countries that are utterly committed to banning porn have only managed to outlaw it as a domestic industry.
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Aug 17, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @eff@mastodon.social
@eff@mastodon.social @aaronmackey@sfba.social @theintercept@journa.host It has never fooled me, not once nor even a little bit, that conservatives who want to ban porn have no interest whatsoever in “protecting children”. They’ll keep saying that, though, because children are just the only demographic over which it is still acceptable to exert unlimited political power.
2
4
1
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jul 29, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @sarajw@front-end.social
@sarajw@front-end.social That’s the social networking experience I remember from way back during what I call the ‘Golden Age of Social Networking’. The four short years of 2009 to 2013, from the latter years of elementary school to the first half of high school, were the years in which the utility of social networking sites were at their peak. It’s all been downhill from there.
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jul 14, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @gavmor@ruby.social
@gavmor@ruby.social @jeffowski@mastodon.world Yes. We have yet to design a single, working expert system.
0
1
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jul 14, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @spocko@mastodon.online
@spocko@mastodon.online @greg_doucette@mastodon.sdf.org Now that’s entertainment!
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jun 24, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @jk@mastodon.social
@jk That’s me in 2005, the year I opened my first email account, and in 2015, the year I became a legal adult.
1
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jun 15, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @enoch_exe_inc@mastodon.social
@dreamwinder@mstdn.social @enoch_exe_inc@mastodon.social @jensorensen@mastodon.social It’s not necessarily a bad thing. I got into #AIDungeon originally because it would take any idea I gave it, no matter how preposterous, narratively absurd, or socially unacceptable, and run with it. That’s kind of the point of a CYOA game powered by AI. So, naturally, when OpenAI got wind of what people were doing with their precious GPT-3, they shut it down immediately. RIP, old AI Dungeon. You were fun to play with during quarantine.
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jun 15, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @enoch_exe_inc@mastodon.social
@dreamwinder@mstdn.social @enoch_exe_inc@mastodon.social @jensorensen@mastodon.social It took a fairly huge effort on OpenAI’s part to make ChatGPT as inoffensive as possible—*mainly* so that it doesn’t attract (as much) negative attention. LLMs with fewer (or without) such restrictions will spew as much nonsense as any human.
0
2
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jun 15, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @dreamwinder@mstdn.social
@dreamwinder@mstdn.social @enoch_exe_inc@mastodon.social @jensorensen@mastodon.social It isn’t quite that simple. Remember Microsoft Tay back in 2017? It was released to the public for about a day because Microsoft’s researchers made the mistake of allowing it to learn from anyone on the Internet who talk to it, and in a few hours learned every racial slur and defence of Hitler there was.
0
4
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jun 15, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @jensorensen@mastodon.social
@jensorensen@mastodon.social If AI reaches human-level intelligence (which I currently doubt) wouldn’t it reach similar conclusions?
0
2
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jun 14, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @ElBeeToots@mastodon.social
@ElBeeToots@mastodon.social @mykhaylo@fosstodon.org It was/is, but that’s no excuse for invasion and occupation. Whether it’s this war or the Yugoslav Wars.
0
2
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Jun 10, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @jargoggles@kolektiva.social
@jargoggles@kolektiva.social @lisamelton@mastodon.social Meanwhile, I operate under the assumption that most people would (probably) agree with my unquestionably radical progressivism if they really thought about it, but most people don’t seem to want to think really hard about anything, either because thinking requires effort and a total re-examination of your pre-existing beliefs, or out of fear for the unthinkable conclusions they might reach.
4
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · May 09, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @jasondidner@gardenstate.social
@jasondidner @bbbhltz Solutions in search of problems is basically what the SIGBOVIK conference (and the Association for Computational Heresy) was made for.
3
0
1
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Apr 01, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @weirdadmiral@rollenspiel.social
@weirdadmiral@rollenspiel.social @Morgunin@rollenspiel.social Totally unrelated; even though I have a rather limited understanding of German, I understood it as “if only it were so”, but still read it in my English brain as “when is that so rare”. I wonder if it’s possible to write a whole book using these sorts of linguistic double translations.
2
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Mar 18, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @D_J_Nathanson@mastodon.social
@D_J_Nathanson@mastodon.social Interesting. I’ve always just “accepted” the simple fact that, if I were properly arrested (and not just handcuffed, which I have), there’d be nothing I can or not do that won’t end very poorly. In my experience, Miranda rights largely boil down to “you have the right to remain silent, but your refusal to speak may be construed as a sign of guilt”.
3
0
2
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Feb 21, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @courtcan@mastodon.social
@courtcan@mastodon.social Seems obvious to say, but okay.
0
0
0
0
Open post
enoch_exe_inc
enoch_exe_inc @enoch_exe_inc@mastodon.social · Feb 17, 2024
enoch_exe_inc
@enoch_exe_inc@mastodon.social
mastodon.social
Replying to @ElleGray@mstdn.social
@ElleGray@mstdn.social We should all probably be thankful that rich people lack imagination and buy useless things like gaudy yachts instead of refurbishing and re-arming an old warship.
0
0
0
0

Remote instance

mastodon.social
Open on original server
313k7r1n3
Elektrine

Tor hidden service

elekhj7afj4qnrr4yd3bkzslsyo5jgfxw3orgjkhlcxifueodybyiiad.onion

Platform

  • Email
  • Chat
  • Timeline
  • Communities
  • VPN
  • DNS

Company

  • About
  • Contact
  • FAQ

Legal

  • Terms of Service
  • Privacy Policy
  • Warrant Canary
  • Lite (no JS)
  • VPN Policy
  • Source code

Support

  • support@elektrine.com
  • Report Security Issue
Mail client setup IMAP mail.elektrine.com:993 POP3 mail.elektrine.com:995 SMTP mail.elektrine.com:465
© 2026 Elektrine. All rights reserved. Server: 00:28:50 UTC