HN user

intpx

400 karma
Posts0
Comments134
View on HN
No posts found.
Home Unschooling 1 year ago

Tl;dr people, especially kids, who are supported in chasing their curiosity will learn things

You can’t buy the gpus individually, and even if you can on a secondary market, you can’t use them without the baseboard, and you can’t use the baseboard without a compatible chassis, and a compatible chassis is full of CPUs, system memory etc. on top of that, you need a fabric. Even if you cheap out and go RoCE over IB it’s still 400gbs hcas, optics and switches

Yea, a node in a cluster costs as much as an American house. Maybe not on its own, but to make it useful for large scale training, even under the new math of deepseek, it costs as much as a house.

Multipass is pretty clutch for trivial VMs on MacOs for sure. I use it for a bunch of ssh jump boxes running vpns to different sites. The macOS build does not support custom images (lest not without [some truly insane hacks](https://github.com/canonical/multipass/issues/1260#issuecomm...) , which doesn’t really matter for what I use it for but it is kind of a bummer. If you need something with a little more grunt but don’t want to go full blown with writing your own QEMU tooling or fussing with something like UTM or Parallels, [quickemu](https://github.com/quickemu-project/quickemu) is a really nice qemu wrapper with sane defaults that can expose a whole lot of power if you need it.

This is pretty cool, The UI is a little tough-- deleting code blocks is clunky. its also hard to break out of the type modals there should also be some kind on context aware help dialogue to tell you what operator/type you have active is/does

i.e. they are really, really lazy

As of two years ago when i dumped fedspace, the agency i was tied to had the phones legit mdm locked down and usage was actively monitored. It sucked so hard that phone was effectively unusable, but when the site youre at makes you leave all personal electronics outside the fence, its better than nothing.

my back of the napkin math only puts this around the same stopping power as plywood of similar thickness. Sand bags work a lot better and are a hell of a lot easier and cheaper to produce

Apart from the fact that sprinkler systems are almost always 24VAC and every commercial sprinkler controller I have ever used or investigated use optocouplers/fets/triacs I don’t really have a good reason to get irritated by homebrew designs that use relays, but I do get irritated. I think the irritation comes from wanting to really learn-by-copying how to design these circuits and many hours searching for exemplars and reading datasheets left me pretty confounded (though most of this was during the great supply chain squeeze so I couldn’t find the right combos of triacs and optocouplers ins stock and the datasheets led me to believe that subbing out a non zero cross would probably be a problem, or not being able to find logic level triacs)

I think there is more to it than that— AC lets you move current over longer wires without voltage drop or having to use really thick wire. This is why Tesla triumphed over Edison. Honestly, there are a ton of applications that could benefit from low voltage AC that don’t leverage it because DC is king in on the test bench and that inertia creates the need for klunky workarounds to overcome its deficiencies in large, long series circuits.

There's also a huge industry around certification and compliance that adds almost no value. I've never known any experienced security professional who places any value in CISSP, CEH, etc. (In fact they're often a negative indicator of competence). They're the security equivalent of a 6-week coding bootcamp. Mostly just a cash grab.

Preach. The number of times I have had to explain basic computer to a cissp is larger than I’d like to admit.

For my most recent move, I didn't even submit a CV, resume, or cover letter. My (very sparse) LinkedIn profile was enough to get a callback and interview. I'm no huge fan of LinkedIn, but I like the idea that a digital portfolio of some sort can replace antiquated methods of documenting skills and experience. I'd love to see the day when folks are landing jobs based primarily on their commit histories.

Nvidia Omniverse 4 years ago

Ok, here's what I think this is.

There are tons of fields that have high demand for 3d simulation environments. To date, they have either had to build one from the ground up, or leverage (and pay for) a game engine. Game engines have some inherent problems in these domains because they do not solve for the same kinds of problems-- they solve for game physics and pretty environments. They also can make it really to translate what I'll call 'CAD' models to a 3d space while maintaining strict dimensional accuracy. I have no idea if Omniverse actually solves for this kind of application, but it looks like it might attempt to create a 3d environment much more fine grained control over physics and representational accuracy.

I'm in the same boat, but didn't come to tech until the mid 2000s, mostly on the operations side. I think what I'm missing (or had to learn on my own) from not having a CS degree is all of the table stakes stuff-- the theory. Being a good programmer is not about learning the syntax of a language, its about algorithms, data structures, logic, computational complexity theory etc etc etc. Boot camps, as author endorses, teach you how to source a whole bunch of libraries you don't understand and know nothing about, save the one feature you've been taught to source it for. This makes for bad, unscalable, insecure and unmaintainable code. (disclaimer-- many libraries and frameworks are fantastic and make it possible and reasonable to write code that is maintainable, scalable and secure. There are also some languages where its really easy to string a bunch of really crappy libraries together and get something that 'works') I'm in the position now where I am trying to enumerate all of my known unknowns and learn dive into so I can be the kind of programmer who can actually write good, performant, scalable code, more or less from the ground up.

I recently went through a round of interviews for a job where strong communication skills are vital. One interview was just me responding to simulated emails in a shared google doc so the interviewer could see me work through the responses. In addition to witnessing my real time edits, I guess they also had the benefit of a higher level of confidence that the product was my actual work effort.

Bingo. This falls under the scope of support for an enterprise linux company-- orgs pay them to keep stuff backwards compatible long after the upstream deprecates it. Apple is decidedly not an enterprise support organization. RHEL also doesn't want you using system python as your dev python. RHEL 8 uses 'platform-python' for the bits the system needs and if you install 3.6, they share the common bits If your using a mac as a dev box, and really need python 2.7, you still have options.

HTTP Toolkit 5 years ago

Is there an internet law for when you spend weeks looking for a framework or library to solve a problem and it only reveals itself after your organization makes a really bad choice to do something else? I have been looking for exactly this kind of local proxy to dynamically hack headers and dynamically spoof responses for an internal app. This would have been the perfect starting place...