Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jimpudar
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
jimpudar
4y ago
The short answer is yes, but your question implies a fundamental misunderstanding of Bitcoin and blockchains. The coins do not exist "in your wallet" - the wallet just holds your keys that prove you own some of the coins visible t
2.
▲
by
jimpudar
4y ago
I was mostly concerned with making sure none of the preinstalled Windows Home bloatware would remain after an upgrade. I figured the safest way would be installing Professional right off the bat.
3.
▲
by
jimpudar
4y ago
If you happened to buy a machine with an OEM Windows Home license baked into the motherboard and want to install retail Windows 11 Professional, this makes it extremely frustrating because you no longer get the choice of which version of Wi
4.
▲
by
jimpudar
4y ago
In the US, you no longer need to learn Morse to get any of the amateur licenses. Most people who are learning it today are doing it just for fun.
5.
▲
by
jimpudar
4y ago
Edge has vertical tabs built in. Many other browsers can be made to have vertical tabs with plugins.
6.
▲
by
jimpudar
4y ago
Rider is also a bit different in how it handles Visual Studio solution / project files AFAIK. You can definitely rig up IntelliJ for e.g. Python development, but PyCharm is going to be a far better experience. I pay for the All Product
7.
▲
by
jimpudar
4y ago
Same here. Been on Windows 11 Pro for a few months now and have had absolutely no issues whatsoever. Definitely like the UI improvements.
8.
▲
by
jimpudar
4y ago
I haven't seen anybody here mention that you can do this with systemd path units [0],[1]. I know not everybody uses Linux (or loves systemd as much as I do) but it's a great solution if you already use systemd. [0] https:/&#
9.
▲
by
jimpudar
4y ago
I also used to do this when working on a big convoluted system. I had a conference room near my desk with all the walls completely covered in code. A big pack of multicolored highlighters is key. I remember a whole bunch of light bulb momen
10.
▲
by
jimpudar
4y ago
If you use GNU Parallel, there's a fairly easy way to parallelize [1]. That being said, I hadn't heard of rclone - thanks for mentioning it, it looks amazing. I'll definitely be trying this out for my use cases... [1] http:&
11.
▲
by
jimpudar
5y ago
It's hard to recommend anything other than the original K&R - "The C Programming Language". It's obviously not going to teach you the ins and outs of modern C development, but it's the best introduction to the l
12.
▲
by
jimpudar
5y ago
Sounds like you would probably like the EdgeSwitch line of products better than Unifi. Cheaper, faster, and easier to manage if you are trying to do something specific.
13.
▲
by
jimpudar
5y ago
Thanks, I see. At least with `:adjust-log-time` you can make it work! With my old log merging program, you had to supply a regex with groups for the different timezone components and optionally a UTC offset. That worked really well but was
14.
▲
by
jimpudar
5y ago
That was IIRC how the Chevy Volt worked. Empty was actually around 20% and full was around 80%.
15.
▲
by
jimpudar
5y ago
How does it handle merging log files that are in different time zones? I wrote a small script to merge log files from lots of different network appliances a long time ago, it was extremely useful for debugging problems that occurred across
16.
▲
by
jimpudar
5y ago
A project you may want to look into adding is Tern [0]. I've had a good time reading through the code over the past couple of weeks, and have found it to be at least not "bad" code, and pretty easy to understand. Specifically
17.
▲
by
jimpudar
5y ago
I like Packer + Ansible for building machine images. I haven't really tried any alternative workflows but that has been great for my needs so far!
18.
▲
by
jimpudar
5y ago
Sometimes you can't use production data in your staging environment, like when prevented by privacy laws. Often times developers who would not have access to production data would have permissions to view data in a staging environment.
19.
▲
by
jimpudar
5y ago
A lot of post provisioning tasks I used to do with Ansible are now handled with cloud-init.
20.
▲
by
jimpudar
5y ago
If you prefer a GUI tool, DeepGit[0] is a very nice tool that allows you to do some pretty amazing code archeology. I use this all the time for figuring out how legacy code evolved over time. [0] https://www.syntevo.com/deep
21.
▲
by
jimpudar
5y ago
If you're competent enough to judge the technical article's credibility, this can be a good supplement to the official docs. I see junior developers running into this problem more often because they don't know how to tell the
22.
▲
by
jimpudar
5y ago
Also related - don't read random tutorials on "how to do X", go and find the official documentation for X and RTFM. In my experience this is the easiest and most direct way to learn any new technology.
23.
▲
by
jimpudar
6y ago
This is nowhere near being viable for real world use. Far more concerning is how easy it is to bypass most physical security measures. Forgetting about how easy it is to pick open most locks, many doors aren't even installed properly i
24.
▲
by
jimpudar
6y ago
I bet the von Neumann architecture is up there for many of us here, although it seems so simple once you have grasped it.
25.
▲
by
jimpudar
6y ago
Have you tried mosh [0]? I've done remote editing in tmux + vim from a plane without too much grief. [0] https://mosh.org/
26.
▲
by
jimpudar
7y ago
Wouldn't that also prevent your cell phone from connecting to the network?
27.
▲
by
jimpudar
7y ago
The real purpose of mosh is to make remote sessions usable over extremely poor connections (i.e. high latency and loss). EternalTerminal doesn't make your session work nicely from an airplane like mosh does.
28.
▲
by
jimpudar
7y ago
What do you find lacking in Finder for browsing the filesystem? Also, Spotlight tends to work great for me whereas Windows search almost never finds what I want. You also have the terminal, so you're free to `cd`, `find`, `locate`, etc
29.
▲
by
jimpudar
7y ago
Nothing stops them, it's just that it will be harder to convert into cash than if the gold was stamped. For example, if I take a couple of Canadian Maple Leaf coins to any local "We Buy Gold" shop, I'll get very close to
30.
▲
by
jimpudar
7y ago
GEB was written when he was a young man and his ideas hadn't fully percolated into the more concrete form they take in I Am a Strange Loop. I can't find a source at the moment (it might actually be in IaaSL itself) but I seem to r
More ›