Forgot your password?
typodupeerror

Comment Re: The long-term impact of this on the US (Score 1) 195

Actually, Trump is not a singular cause. He was not the first. Back under reagan, he killed a great deal of our civilian oriented R&D saying that private business can do it , while moving some to DARPA. Thankfully, DARPA still funded basic science.
Then W did more cuts, but pushed a lot of DARPA spending in UNI over to companies and forced cuts in basic science.
Biden also did major changes and pushed funding to go from merit based to DEI.
Trump is just a continuation of this and not even the worst ( reagan or W were the worst ).

Comment Re:Needs an official Linux boot camp (Score 1) 70

I wrote a compiler for an ObjC-like language (with less brackets), which can produce binaries for any of {Mac, Windows, Linux, WASM, Arm A9 (Zynq), m68k or 6502} running on any of {Mac, Windows, Linux}. So you can produce a dev-signed Mac binary on a Linux box. I’m just going through extending that output range to mobile {Android, iOS} and I’ll release it as open source.

The compiler docs for the language (xc) are at https://compile-xc.org/ - feel free to browse.

I didn’t think getting the signing working for Mac/iOS was terribly hard.

Comment Re:My home network is nearly pure IPv6 (Score 1) 73

To me the hoops that smoothbrains will jump through to avoid IPv6 and stay on legacy IPv4, especially when hosting, is pathetic. NAT, port forwarding, tunnels, blah blah blah blah.

I have something like ~1.2 trillion times the number of routable addresses that the entire IPv4 space has. Not all are reachable, of course, just the services that need incoming access and they're each on their own isolated DMZ.

Comment My home network is nearly pure IPv6 (Score 1) 73

Started the move about 18 months ago when I decided to get off my lazy ass. My ISP gives out a /56 prefix, so that lets me run 256 /64 subnets/VLANs in the house, currently there are ~10 in use. Everything get a GUA through SLAAC and I use RAs (Router Advertisements) to give ULAs to everything. Any external facing services get their own VLAN and /64 for the system(s) as needed. Firewall blocks all incoming as they usually do by default and I punch a hole for the external-facing systems. They can't reach back into the network, they only answer the phone. All the systems update DNS dynamically if the prefix or full address ever change.

I have an SSH bastion set up. In all this time there has not been a single SSH attempt from the internet. On IPv4 it was constant background noice.
For those legacy IPv4-only systems on the internet, I set up NAT64. I have an IoT VLAN and IoT 2.4 GHz wireless network that are only IPv4 because a lot of IoT network stacks are junk.

I'm still farting around with it, but man oh man, there's no way I'd go back to IPv4. It was one of the best moves I've done in ages.

Comment Re:It still works like shit. (Score 2) 51

Flip side - AI code generation makes developing small ‘throw away’ tools for niche problems trivial. There are plenty of niche tasks for which there are no existing software tools. Writing your own via vibe coding - i did this myself for a temporal disk space calculation tool. In an hour. Including walking across the street to grab a coffee, and checking it in to github. Previously this would have been a few hours of searching the internet before writing something myself with less features and more bugs in 3-4x the time.

It makes it economical to solve problems in code.

Comment Yep (Score 1) 186

The UHF app on our Apple TVs & iOS devices and the UHF Server in Docker to act as a PVR gives us everything for a few $ a month paid in crypto.
We haven't had cable since ~1999-2000. Downloading and the *arrs have kept us happy, but the better half wanted to check out some live sports. So IPTV it was.

Comment Re:Calling it a lead is very generous (Score 1) 28

I've used Claude at home for ages. Work was wanting to get some AI stuff for us and the only 'blessed' one is CoPilot. Everything else it blocked. All senior management seems to know about AI is "Hurrr... Copilot and ChatGPT."

Out team of ~8 (pentestesting & VA) were unanimous about Copilot being crap and Claude being the top dog. So some higher ups OK'd a Claude Teams package for work. To bypass the CorpSec tards, we use it from our lab environment that has its own unmonitored link and IP range.

Anthropic/Claude is just so far ahead of OpenAI/ChatGPT and MS/Copilot it's not funny.

Comment Re:One problem... (Score 1) 205

> The problem is when it costs MONEY to develop

It usually does, but we've somehow made free software for most tasks, and we maintain it. In some ways we do it better as free software.

Sometimes. And sometimes, development is faster with restricted sharing and per-copy fees. If faster development was the only issue, then maybe restrictions on sharing could be ok.

But there are other things like how much everyone should be able to know about the software that increasingly runs our lives, like whether people should be able to verify the security of some software, or audit the response to a security incident. Free software makes society better in those ways.

Also, you mention maintenance. We should keep in mind that the cost of maintenance is increased when only one person is allowed do the maintenance. So high costs is an argument for wanting money, but it can also be an argument for using a lower cost path, such as allowing everyone to do the maintenance, either for free or in a competitive market.

Comment Re:One problem... (Score 1) 205

He advocates sharing, and the GPL allows sharing.

He says to ignore laws that block sharing. That means ignoring some parts of copyright law. Some other parts of copyright law are fine. There's no contradiction.

(And if someone has a follow up question about sharing everything, no, he doesn't advocate for sharing everything. Some stuff is personal, for example. He's in favour of sharing generally useful technical information, such as the source code of software that has been given to you.)

Slashdot Top Deals

"I don't believe in sweeping social change being manifested by one person, unless he has an atomic weapon." -- Howard Chaykin

Working...