[-] neo@hexbear.net 21 points 1 week ago

watched without sound and the last frame of the video sent chills down my spine. demonic expression

39
submitted 1 month ago by neo@hexbear.net to c/technology@hexbear.net

Consider https://arstechnica.com/robots.txt or https://www.nytimes.com/robots.txt and how they block all the stupid AI models from being able to scrape for free.

[-] neo@hexbear.net 22 points 1 month ago

dean-smile

A lot of dbzer0 users are cool people

[-] neo@hexbear.net 20 points 1 month ago
  • andrew yang campaign donor mindset big-cool
[-] neo@hexbear.net 39 points 1 month ago

support the state-sanctioned genocide or be unemployed. is that deal being made right now?

[-] neo@hexbear.net 27 points 2 months ago
[-] neo@hexbear.net 15 points 2 months ago

According to certain idiots on the Internet history in Iran began exactly in 1979, and not a day sooner.

They also seem to be completely unaware that the 1979 revolution happened because it was massively popular at the time. Khomeini returned from exile a hero, in no uncertain terms.

6
submitted 4 months ago by neo@hexbear.net to c/movies@hexbear.net

Trivially simple script to automatically decrease the horizontal margins on the chat and video containers on hextube. By default both left and right margins are 15px per container. I set them to 1px for a 56px gain in chat and video viewing area. It's free real estate.

// ==UserScript==
// @name        New script hexbear.net
// @namespace   Violentmonkey Scripts
// @match       https://live.hexbear.net/c/movies*
// @grant       none
// @version     1.0
// @author      -
// @description 3/1/2024, 10:31:12 PM
// ==/UserScript==
(function() {
    'use strict';
      document.getElementById("chatwrap").style.paddingLeft="1px";
      document.getElementById("chatwrap").style.paddingRight="1px";
      document.getElementById("videowrap").style.paddingLeft="1px";
      document.getElementById("videowrap").style.paddingRight="1px";
})();
What is ViolentMonkey?

ViolentMonkey is an open source browser extension and small alternative to GreaseMonkey or TamperMonkey. It can run custom JavaScript in your browser for you automatically to modify page behavior. If you install the extension you can create a new script and copy and paste the one I wrote above. Always beware of installing untrusted scripts that you don't understand.

[-] neo@hexbear.net 15 points 4 months ago

Judd Apatow's work has not aged well.

🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣🗣

I didn't like it even in the moment.

[-] neo@hexbear.net 14 points 4 months ago
[-] neo@hexbear.net 17 points 4 months ago

It has to be said: if she brought a small child with her when she decided to go guns blazing then she put the child directly in harm's way.

[-] neo@hexbear.net 44 points 5 months ago

Not quite as good as the submersible but I'll take it.

[-] neo@hexbear.net 64 points 5 months ago

That sucks because Nitter is genuinely good software. Made Twitter feel extremely fast and lean, unlike the actual default website. Nitter defies the trend of most software today, particularly software from silicon valley companies.

9
submitted 9 months ago* (last edited 9 months ago) by neo@hexbear.net to c/programming@programming.dev

Without realizing what I was getting myself into, I wrote some code using C11's threads.h (EDIT: every time I use the angle brackets < and > they just get eaten, even in the code snippet block.) I'm realizing after the fact that this is basically only supported on Linux (gcc/clang). This is my target platform, but I guess if I could cross compile to Windows or macOS that would be nice, too.

C's threads nominally appear to be a great feature. Finally, a standardized and straightforward interface to threads that would be cross-platform compatible. The reality appears to be anything but.

So is it worth just replacing that code with pthreads? Is there some near-term development on C threads that might make this worthwhile to use? I'm kind of surprised it hasn't really caught on some 12 years after the standard was introduced.

[-] neo@hexbear.net 136 points 10 months ago

I prefer public trackers and torrents just because I don't like gatekeeping piracy. I want those bits to be distributed as far and wide as possible. So anything I get and/or seed will be public.

Even if there are bad peers that don't give back (which there are many), plenty enough times it's just people with shitty under served Internet connections. I'm fortunate enough to have a good enough connection where that doesn't bother me.

view more: next ›

neo

joined 3 years ago