The problem with OO isn't OO but how even not so average programmers treat it.
I've seen an open source 3D engine that used C++ OO hierarchy and patterns for its internal model. When you have to look up a float through the shitstorm of class...
Indeed. And no risk of a user coming back to you citing an error from "${INCOMPATIBLE_JRE}"
Backwards / forwards compatibility is a little bit of a minefield with the large Java VM's that ultimately run the bytecode. I guess it all starts here...
Thats mad. I recently bought 25x 2200uf capacitors to fix some old parts that suffered from the great capacitor plague.
I was thinking to myself how expensive they were since a year ago and thought it was weird that stocks were so low from my...
Forget RAMageddon, now it's CAPageddon! 200-400% price rise this year for SMD MLCC caps.
https://www.scmp.com/tech/article/3357603/tiny-capacitor-huge-demand-ai-frenzy-driving-mlcc-prices-higher...
The Raspberry Pi can run the UI... What about the rest of it? The actual 3D viewport ;)
Try it out. Look around some forums, you will see it can't run a recent Blender. You would know this if you tried. The error you would get is:
So the best...
I had the same problem after updating from 15.0 to 15.1.These are the errors that devd displays during startup. I deleted all OSS configuration files from devd (moved to another place, then delete it from configuration directory). After...
Yes cause the 9600GT I had in my current machine was pulled from a Gateway P4. But I pulled it from my machine cause I found out that the Intel processor I have could do better web graphics processing than the Nvidia card could.
It usually means that you have tried to run a Xorg command from a shell which was not started from Xorg (like a console terminal). Xorg sets the DISPLAY variable, like this
tingo@kg-core2:~ $ echo $DISPLAY
:0.0
If I do the same from a root...
So the VideoCore XII doesn't support OpenGL 3.3+.
Games aside, I don't believe it can even run Blender. You need to fall back to a software renderer on the weak bean 4 core ARM CPU.
Also, OpenCL doesn't look possible. Unlike a Pentium 4...
Default version of Python is now switched to 3.12 on main (aka latest) branch of ports tree.
Note that next quarterly 2026Q3 would be branched from main on early July, so I think it wouldn't be merged into 2026Q2.
Interesting. Since you do have better machines, its probably not worth exploring but I did get similar with OpenBSD. I had to disable ACPI, APM and radeon during the install. Only after I installed the firmware did the radeon not cause a panic...
I do tend to agree. Git is absolute overkill for many scale projects and teams. Yes the branching is still a little easier than SVN 1.6 but frankly, that could be integrated. It doesn't need to be a distributed VCS for that.
I think Epic and...
An ARM CPU for an embedded SoC originally intended for set-top boxes?
This isn't a laptop-class Snapdragon or Apple's desktop offerings we are talking about here.
So no, your instincts may not quite be on point here. At face validity, "new" may...
On occasion, we have Zoom meetings. I don't have a microphone on my desktop, so I connect with Linux on a laptop. However, I can also log in with my desktop, and share screens using zoom. This is through the web, not an app on the computer (both...
I found comms/gqrx to be very friendly for casual listening, try to make this one work.
you might need to fiddle with File -> IO devices -> Device to locate the intermediary HAL for your particular sdr and also might need to decrease Bandwidth in...
DRM (Direct Rendering Manager) and DRI (Direct Rendering Infrastructure) are underlying infrastructures for X11 / Wayland, but not all of infrastructures.
And DRM for managing resources and accesses by DRI. So both can be considered as (quite...
That's systemd. Not what FreeBSD is planning. With systemd they've been moving functions from the kernel into systemd. Sometimes this makes sense, i.e. TLS negotiation. Many times not. And, systemd has taken on a life of its own, like managing...
Right now I"m using a jail as the host for my jellyfin install, and if I can get Nextcloud to play nice with my reverse proxy, that will go there as well. I've also used it for a few other things, although often times I just use it as a place to...
That's systemd. Not what FreeBSD is planning. With systemd they've been moving functions from the kernel into systemd. Sometimes this makes sense, i.e. TLS negotiation. Many times not. And, systemd has taken on a life of its own, like managing...
no, if you look at your device's spec sheet
Frequency Range 500 kHz to 1.766 GHz
and DCF77 emits at 77.5 kHz.
you can however use a dedicated module, see here
I happened to find an RC8000 inside a commercial product called 'Hama weather...
I'm just getting started with SDR although I bought my RTL-SDR V4 dongle some time ago without knowing how to try it out.
After a recent post I managed to install various pkgs with varying degrees of success with their usage.
The only thing...
That's systemd. Not what FreeBSD is planning. With systemd they've been moving functions from the kernel into systemd. Sometimes this makes sense, i.e. TLS negotiation. Many times not. And, systemd has taken on a life of its own, like managing...
The German time signal radio station is within range of my current location so I thought I would give this a try as I am only just getting started with SDR and eager to deepen my experience.
Should I be able to pick up the time with DCF77 and my...
A 15.1 kernel crashes without panic message? I had that with 15.1RC2 but it doesn't happen with the finished 15.1.
But what computer is this? If it supports USB boot, you can check if the installer kernel works to make sure that's the problem...
Everyone started using it only because Linus invented it over a weekend to get rid of the version control system he was using then. No other reason. Just like my previous comment about Rust. There was better version control then and still now
https://www.phoronix.com/news/Libinput-Lua-Security-Issues
I like the idea of faster boot times, but don't like added complexity. Reading the key features, I haven't needed or knowingly need any of that. I haven't used jails and don't...
I'm more concerned about the exploit generators known as LLM being used to "fix" things. I guess they should be programmed to report "the fix is in" upon completion.
https://www.yourdictionary.com/the-fix-is-in
An LLM is like a shady car repair...
Ultimately, what's done is done. One of the banes of my experience is working out how to keep track of the data integrity and existence of files that I want. While modern computers are better than ever in terms of searching for things, file...
Right now I"m using a jail as the host for my jellyfin install, and if I can get Nextcloud to play nice with my reverse proxy, that will go there as well. I've also used it for a few other things, although often times I just use it as a place to...
Oh I do not disagree with that. Agreed fully that open source development can be done on an older system, even a legacy platform.
What I add to that, is that 30 pounds can also buy a much more powerful, newer, 64 bit CPU platform, compared to P4...
Remember https://en.wikipedia.org/wiki/Common_Gateway_Interface ?
At a time this was the standard for "interactive" web pages. The request is piped into a external program, processed and sent back.
CGI was mostly seen as "scripts" in Perl but...
Yeah, so the main P4 I use is an IBM NetVista 6790-21G (32-bit Willamette). I also have a more modern Fujitsu Siemens Scaleo P (64-bit Prescott).
They work well. Though admittedly I have never been much of an Eclipse or VSCode kind of guy...
It doesn't look correct. As a base, under full load that chip alone can get to 16W. Then you want to include the same accessories as the P4 machine. Consider SSD, keyboard, cdrom, etc, it could even start to near 40W. If you remove the dedicated...
Yeah, so the main P4 I use is an IBM NetVista 6790-21G (32-bit Willamette). I also have a more modern Fujitsu Siemens Scaleo P (64-bit Prescott).
They work well. Though admittedly I have never been much of an Eclipse or VSCode kind of guy...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.