Skip Navigation

Posts
0
Comments
201
Joined
2 yr. ago

  • I'm familiar with the Apollo retro-reflectors. Though in all seriousness I doubt a laser would provide a substantial amount of power (unless you have a specialty designed energy collector like in RFID)

  • stares at the intern's 400 line bash script

    There are totally more flexible options. Just don't mind the front falling off. It's totally normal!

  • Wouldn't shining back be counterproductive for this? You want the solar panels to harness the energy, not returning it to sender

  • Simply changing the binary worked for me. Been more than 1 month and no migration issues.

    It does still show gitea branding, however.

  • My suggestion would be to try compiling the kernel locally.its highly likely the one packaged in your distro contains extensions that you don't have. Doing a local native compile should rule that out pretty quickly without having to disable any additional features.

  • Look at the line with the asm_exc_invalid_op. That seems like a hardware fault caused by an invalid asm instruction to me. Either something wrong is being interpreted as an opcode (unlikely) or maybe the driver was compiled with extensions not available on the current machine.

    OP, how old is your CPU? And how old is the nic you are using?

    Edit: did you use a custom driver for the NIC? I'm looking at the Linux src and rt_mutex_schedule does not exist. Nevermind. Was checking 4.18 instead of 6.7. found it now. The bug is most likely inside a macro called preempt_disable(). Unfortunately most of the functions are pretty heavily inlined and architecture dependent so you won't get much out of it. But it is likely any changes you made in terms of premption might also be causing the bug.

  • This probably sounds pedantic but based on this the issue isn't that the software is Russian. It's that the software is under the regulation of an authoritarian government (which is Russia)

  • Nginx is 2-clause BSD, which I would argue is more "Open Source" than Arch Linux (official repo contains proprietary components such as discord, steam, multimedia codecs). You could argue that the majority of it (and it's build system) is open source, but probably not "Arch Linux" is fully Open Source.

  • Out of curiosity what do you think of Nginx, which was Russian based and used to have its main offices in Russia (that also got raided by Russian police) or Arch Linux, where one of the main packagers (up to 30% of official packages) is managed by Felix Yan (which I believe is a Chinese citizen)? Where is the line drawn? Is it only for profit companies, security software, or something specific?

  • It was always there, but we've long ignored the warnings. It invented the Internet, which we took for granted. It wasn't until Gore seeped through a series of tubes that we realized, but by then it was too late.

    It had already taken over the windmills.

  • Permanently Deleted

    Jump
  • Nothing but effort. Nobody wants to constantly baby a project just because someone else may change their code at a moment's notice. Why would you want to comb through someone else's html + obfuscated JavaScript to figure out how to grab some dynamically shown data when there was a well documented publicly available API?

    Also NewPipe breaks all the time. APIs are generally stable, and can last years if not decades without changing at all. Meanwhile NewPipe parsing breaks every few weeks to months, requiring programmer intervention. Just check the project issue tracker and you'll see it's constantly being fixed to match YouTube changes.

  • Permanently Deleted

    Jump
  • An API is an official interface to connect to a service, usually designed to make it easier for one application to interact with another. This is usually kept stable and provides only the information needed to serve the request of the application requesting it.

    A scraper is an application that scrapes data from a human readable source (i.e. website) to obtain data from another application. Since website designs can update frequently, these scrapers can break at any time and need to be updated alongside the original application.

    Reddit clients interact with an API to serve requests, but Newpipe scrapes the YouTube webpage itself. So if YouTube changes their UI tomorrow Newpipe could very easily break. No one wants to design their app around a fragile base while building a bunch of stuff on top of it. It's just way too much work for very little effort.

    It's like I can enter my house through the door or the chimney. I would always take the door since it's designed for human entry. I could technically use the chimney if there's no door. But if someone lights up the fireplace I'd be toast.

  • It doesn't have to be turn-based. FFXI and FFXII are also great. I feel the bigger issue is that making a story heavy game while everyone else is also making story heavy games makes it no longer unique.

    I wouldn't mind going back to ATB, but I don't think that would win back an audience except for nostalgia points.

    Maybe more FF:T though? Kinda miss that.

  • Now that is unexpected.

    Does this mean HP now owns three brands of networking hardware, each with their own separate config syntax? (Juniper, Aruba, HPE)

  • Right after they killed Book Depository? Wow they are getting rid of everything worth keeping...

  • How well does it work with super large repos (i.e. Linux, dpdk, etc)? In my experience git plugins (Vim fugitive, zsh git) tend to be a miss with anything larger than a personal project.

  • Amazon Smile trades ad views for 1% of their proceeds to a non-profit of your choice (including the FSF, EFF, and more, though I think RMS would have a seizure accepting this money)

    Whole Foods gives you significant discounts on hot foods if you scan a QR code from the app (still expensive though).

    I don't use these personally but I can totally see someone using them.

  • You can build a risc core using an fpga. Plenty of people have done that.

    Performance will probably be an issue.