Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
jdxcode
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
151.
▲
by
jdxcode
4y ago
also check out rtx (my project), which does everything asdf does but 20x-200x faster and with better UX https://rtx.pub
152.
▲
by
jdxcode
4y ago
I just added `rtx install --all` which installs all plugins and all runtimes. It's in v1.3.0
153.
▲
by
jdxcode
4y ago
I knew you wouldn’t be the only one so I made sure that “rtx” was not a popular lisp library. :)
154.
▲
by
jdxcode
4y ago
> adding them to the shell as functions This, like shims, would require “reshimming” anytime a new binary is added by pip/npm. I really want to avoid that as I see juniors (and sometimes experienced devs) get in a bad state fairly o
155.
▲
by
jdxcode
4y ago
I actually had this as the default behavior of `rtx install` but it felt a bit wild for it to just go out and download a bunch of stuff. I feel like it’s nice to have a bit more control over which runtimes are and are not managed by rtx. Th
156.
▲
by
jdxcode
4y ago
I'm on an M1 MacBook Pro 16". The performance issues are well understood by the asdf team and the Github issue with most comments is on the topic: https://github.com/asdf-vm/asdf/issues/290 This was
157.
▲
by
jdxcode
4y ago
I haven't, thanks for sending. It's interesting that it hooks into the "not found" hook of the shell so you can run things like `node^18 --version`. I also really like that it has really clean install output.
158.
▲
by
jdxcode
4y ago
They nailed the back-end stuff. I would not have come up with such a good, simple plugin design. But yeah, there are several UX issues like this. Part of it is because it’s written in bash, but ones like this I really couldn’t explain. I’m
159.
▲
Show HN: Asdf Clone Written in Rust
79 points
by
jdxcode
4y ago
|
35 comments
160.
▲
Show HN: Chim
(jdxcode.com)
1 points
by
jdxcode
4y ago
|
0 comments
161.
▲
by
jdxcode
6y ago
Yeah, the word “current” in the headline is doing some heavy lifting
162.
▲
by
jdxcode
6y ago
> I absolutely hate this kind of nitpicking, and am loathe to see it enforced, especially if the org has the bright idea to try to wire this up as a precommit hook. I find this so strange. I also loathe nitpicking about syntax which is p
163.
▲
by
jdxcode
6y ago
This is a clear violation of the first amendment, right?
164.
▲
by
jdxcode
6y ago
I would assume the biggest roadblock is they actually build physical products
165.
▲
by
jdxcode
6y ago
Every time that Chrome updates I have to give it macOS permission to access my location (if I want my location available to any web page at least). Is there a way to make this permanent anyone is aware of?
166.
▲
by
jdxcode
6y ago
iCloud photos aren’t just jpegs in a directory
167.
▲
by
jdxcode
6y ago
and decades of lead time since they've been doing cable internet
168.
▲
by
jdxcode
6y ago
Well not all injection vulns deserve this level of scrutiny. I'm not familiar with that vuln, but I don't see how it could be the "same mistake". My guess is there simply wasn't support for parameterization or there
169.
▲
by
jdxcode
6y ago
I get so busy I rip out query builders to SQL concat strings all the time. /s That’s like going 120mph and telling the cop you were just “distracted”. You’re correct that we often make mistakes when we’re busy, but this isn’t that. Thi
170.
▲
by
jdxcode
6y ago
Of course they can change hands outside the ledger. We could create paper wallets and exchange them on the street and the blockchain isn't going to know that happened. A tumbler is just a more complex version of that. Imagine this scen
171.
▲
by
jdxcode
6y ago
A well written Tumbler wouldn’t connect any of your money to your own wallets, it’s not hard to think how an algorithm would do this. Just keep an internal ledger and make sure the money doesn’t come back to the source. Ross probably could’
172.
▲
by
jdxcode
6y ago
I don’t understand either. It says private.sh can’t see your query but the “search provider” can, so that’s the other end. What the heck is a search provider though? EDIT: looks like it’s “gigablast”. I don’t understand why I just wouldn’t
173.
▲
by
jdxcode
6y ago
While it doesn’t make sense how a mistake like this could happen, I also don’t think this could be intentional either. I don’t see why anyone would throw their reputation into the gutter like that. Imagine trying to explain this to a future
174.
▲
by
jdxcode
6y ago
tumblers exist
175.
▲
by
jdxcode
6y ago
I used https://github.com/nekobato/deno-xml-parser which worked fine for my use-case. It's 1 TS file with no dependencies.
176.
▲
by
jdxcode
6y ago
Note that it’s unclear which regions this could be because this was only a string found when deconstructing the release.
177.
▲
by
jdxcode
6y ago
> If you so much as have a single @ts-ignore or "any" in your code base, then all bets are off on correct behavior. I've been writing a ton of TS since 2016 and in most of those projects we've had liberal use of '
178.
▲
by
jdxcode
6y ago
I've been on teams building web applications for 14 years and not once have I seen someone simply rip out a query builder like this in production code and replace it with a non-parameterized string—let alone someone with 20+ years of e
179.
▲
by
jdxcode
6y ago
Yes, and I'd argue this was beyond a simple "mistake", it's borderline negligence for anyone but a very junior engineer: https://archive.vn/oxbck EDIT: that link isn't working, but here is a screens
180.
▲
by
jdxcode
6y ago
The major flaw in your argument is that you can't do #2 with rent control in the picture. From the economist[0]: > Rent controls are a textbook example of a well-intentioned policy that does not work. They deter the supply of good-q
More ›