Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
uberduper
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
uberduper
2mo ago
I got ghosted by Apple after traveling to Cupertino to do some phone interviews from an Apple conf room. I'm pretty sure I've been blacklisted there for reasons unknown. Their recruiters reach out from time to time and after a cou
2.
▲
by
uberduper
3mo ago
I get about 20 minutes of work from my 5h limit with the $20 plan. It wouldn't bother me as much if codex would continue after the token bucket refills instead of waiting for me to show up and tell it to continue. I don't jump to
3.
▲
by
uberduper
4mo ago
Gimme an rtx spark in the new framework 13 pro.
4.
▲
by
uberduper
4mo ago
My take from working at a Big Corp is that individuals using coding agents can increase velocity substantially and produce good quality work, assuming they are proficient with the tools. But it falls apart quickly when you have a team tryin
5.
▲
by
uberduper
4mo ago
Nix isn't involved in my container images. I just take the dependencies and env vars from the flake and generate a dockerfile. Guess I need to try out dockerTools. That looks really convenient. Thanks!
6.
▲
by
uberduper
4mo ago
I do the same. Codex manages a per project flake.nix and uses `nix develop` for all testing. nix-direnv for my own convenience. I generally have it generate dockerfiles or other deployment assets at some point. Codex is way better at nix th
7.
▲
by
uberduper
4mo ago
The distinction is scale. "AI Datacenters" are a new level of scale with new levels of power consumption and heat generation. Sure you could run regular compute and w/e in them but it's not practical to build these mega
8.
▲
by
uberduper
4mo ago
No. Agendas like, "I need to push my ideas for promotion credits."
9.
▲
by
uberduper
4mo ago
I'm building the same stuff I've always built. Just faster and with less dependence on others. Not having to argue with devs that have their own agendas has been my biggest benefit from coding agents.
10.
▲
by
uberduper
4mo ago
TBF this was the case prior to the firmware change. It wasn't a bait and switch. It just wasn't obvious to someone buying a printer they thought worked with open source slicers.
11.
▲
by
uberduper
4mo ago
Did you install the network connector Orca slicer prompted you to download? It's a closed source blob that runs on your PC which I'm presuming you haven't air-gapped as well.
12.
▲
by
uberduper
5mo ago
`initcall_blacklist` is a thing.
13.
▲
by
uberduper
5mo ago
amd gpus compete but they lack the interconnect. NVLink performance is a huge deal for training.
14.
▲
by
uberduper
5mo ago
There's a few dimensions you can look at for gpu load. Probably the easiest indirect metric to watch for gpu load is power usage. But if you really care about this, you should actually profile your application. nsight systems makes thi
15.
▲
by
uberduper
5mo ago
I previously worked at a managed database as a service company. On more than one occasion during my time there, a junior engineer deleted a customers database and at least one time one of our most senior dbas made it unrecoverable. Never go
16.
▲
by
uberduper
5mo ago
I did some work on an agent that was supposed to demonstrate a learning pipeline. I figured having it fix broken linux servers with some contrived failures would make for a good example if it getting stuck, having to get some assistance to
17.
▲
by
uberduper
5mo ago
Do people really want codex to have control over their computer and apps? I'm still paranoid about keeping things securely sandboxed.
18.
▲
by
uberduper
5mo ago
Well they're liquid cooled, so there's some extra handling required. Then there's the sky high failure rate.
19.
▲
by
uberduper
5mo ago
A dozen people couldn't handle the number of daily nvidia compute tray RMAs one of these datacenters produces.
20.
▲
by
uberduper
5mo ago
Appreciate you making my point for me.
21.
▲
by
uberduper
5mo ago
I don't know anything about this particular site, but I presume it's one of the new mega gpu sites. I'm seeing many people in the comments with an early 2000's era concept of datacenters. The scale of these new sites is
22.
▲
by
uberduper
5mo ago
There's going to be continued support from local electricians, low voltage wiring vendors, various facilities service companies, HVAC, and now plumbers.. lots of plumbers. So many leaks. A site like this is going to have probably a few
23.
▲
by
uberduper
5mo ago
Local shops will absolutely be contracted to work on the project. A datacenter project like this can't find enough qualified electricians.
24.
▲
by
uberduper
5mo ago
Many jobs during construction. A site like this is a substantial multi-year construction effort. Long term permanent jobs.. not so much.
25.
▲
by
uberduper
6mo ago
CDDL is more permissive than gpl. It's not a violation of cddl to intermingle with code under a different license. GPL is the issue and it's the individual contributors to linux that _could_ sue.
26.
▲
by
uberduper
6mo ago
There's no zfs grenade. It's CDDL, feel free to use it wherever you want. Oracle can't come after you for violating the gpl even if somehow using zfs on linux violates the gpl.
27.
▲
by
uberduper
6mo ago
Recent freecad is pretty decent. My main complaint these days is the performance of the geometry engine.
28.
▲
by
uberduper
7mo ago
AWS loop a long while back wanted me to design a playlist system so my dumbass brain snapped to m3u files or w/e people were using back then and designed a system to host/share playlist files. The teenager (ok probably in their 20
29.
▲
by
uberduper
8mo ago
If you actually want to use vxlan ids to isolate l2 domains, like if you want multiple hypervisors separated by public networks to run groups of VMs on distinct l2 domains, then vxlan over WG seems like the way to go.
30.
▲
by
uberduper
8mo ago
What are your discovery mechanisms? I don't know what exists for automatic peer management with wg. If you're doing bgp evpn for vxlan endpoint discovery then I'd think WG over vxlan would be the easier to manage option.
More ›