HackerTrans
TopNewTrendsCommentsPastAskShowJobs

bithead

no profile record

comments

bithead
·8 maanden geleden·discuss
The very notion of IQ reduces the mind to a receptacle for some ineffable thing called 'intelligence'. One may as well have a CQ - Comedy Quotient and start speculating who has a higher GQ - Robin Williams or Dave Chapelle.
bithead
·8 maanden geleden·discuss
They will then need to be all encrypted traffic if such a law survive legal challenge.
bithead
·8 maanden geleden·discuss
As a network engineer I regularly participate and mediate 'vendor support shootouts' between vendors like cisco, juniper, arista, verizon, at&t, and, microsoft - all often amongst each other. It is at times maddeningly frustrating.

Microsoft by far and away is the least responsive in nearly all cases. In one case the project involved thousands of SQL servers and MS was 100% unresponsive - moreover this was not a small customer, but one of microsoft's largest corporate customers. Still nothing but silence. So out with MS for that project. The yearly license fees were well into six figures. Even though MS has a track record of unresponsiveness, the silence was surprising and noteworthy. Why bet money on a horse that doesn't show up.
bithead
·8 maanden geleden·discuss
Either that or microsoft and/or google will send someone to my house to Raymond Reddington my ass if I install W11 with only a local account.
bithead
·8 maanden geleden·discuss
Do LLMs ever ask for you to clarify something you said in a way a person who doesn't quite understand what you said will do?
bithead
·9 maanden geleden·discuss
I have to wonder what edge AI would look like on a laptop. Little super mini Nvidia Jetson? How much added cost? How much more weight for the second and third batteries? And the fourth and fifth batteries to be able to unplug for more than a few minutes?
bithead
·9 maanden geleden·discuss
What - their AI couldn't find it sooner? Better get those RAGs in order.
bithead
·9 maanden geleden·discuss
Solar at least is a much faster way to add capacity to the grid than coal or natural gas, particularly residential rooftop solar. In a competition with China for AI predominance, trump shot the USA in the foot by deep sixing renewal incentives.
bithead
·10 maanden geleden·discuss
America was founded by lawyers
bithead
·10 maanden geleden·discuss
When I was on the team migrating datacenters, we got ahold of tcpdump.exe which didn't need winpcap presumably because it was staticly compiled under cygwin - I'm fairly certain someone didn't write the entire thing including winpcap from scratch.

It was nice because getting anything approved by the windows sysadmin group was like changing the tire on a moving truck.

It was more than a godsend, because when a windows server was plugging into "the wrong vlan" we could just give them the tcpdump command to capture a CDP/LLDP packet and tell us which switch and port the box was physically connected to.
bithead
·2 jaar geleden·discuss
I get the idea behind snap, flatpak, and appimage. But what I don't like is:

1.) config file locations end up all over the place depending on which you use. I like taking my .thunderbird data and just dropping it from one system to the next as one example. Snap makes that harder. Likewise for firefox - the snap version is behind as well.

2.) It solves a problem already long since solved in linux systems - package management. You still need APT or what ever the distro is built with. Two systems solving the same problem often seems like one cook too many. Hell even homebrew in macos is a pain.