Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
grncdr
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
by
grncdr
10d ago
> Git reads that setting from the repository's own .git/config. So a repository can ship this: Followed by: > Delivery is worth being precise about, because git never carries this. Cloning a hostile URL does nothing, and nei
2.
▲
Vendo.run: Your product, shaped to every customer
(vendo.run)
2 points
by
grncdr
1mo ago
|
0 comments
3.
▲
by
grncdr
3mo ago
Pretty simple really: do the ads for the frying pan make the direct claim that the pan will put you on the path to becoming highly paid chef? Perhap opening a Michelin-starred restaurant with the skills your new pan has unlocked? "you
4.
▲
by
grncdr
3mo ago
I think the idea is that dedicated security firms and/or automated scanners will discover exploits in the cooldown period.
5.
▲
by
grncdr
8mo ago
I was investigating that for entirely unrelated reasons just yesterday and the answer so far seems to be "none". You can patch the server to serve the locally built frontend and it all works just fine.
6.
▲
Ideas are cheap, execution is cheaper
(davekiss.com)
79 points
by
grncdr
8mo ago
|
116 comments
7.
▲
by
grncdr
1y ago
> rails 1 codebase to rails 8 A bit off topic, but Rails *1* ? I hope this was an internal app and not on the public internet somewhere …
8.
▲
by
grncdr
1y ago
I believe it’s slightly different in that I can declare a value (or parameter) of type T and know that it can’t be null/invalid. Consider this Java method: void frobnicate(bar Bar) { // is bar null? Who know
9.
▲
by
grncdr
1y ago
Ah that’s great. I simply hadn’t read the docs that far
10.
▲
by
grncdr
1y ago
One simple idea* would be an option to exclude certain React elements from auto translation. That would allow users to handle these specific cases “manually” while still reaping the benefits of the automated system the other 99% of the time
11.
▲
by
grncdr
1y ago
It’s an interesting idea, but how would such a system handle queries that should cross tenant boundaries? (E.g. system-level reporting)
12.
▲
by
grncdr
1y ago
> Since XHP executes on a server that emits HTML, the most that you can do relatively seamlessly is to replace parts of an existing markup with the newly generated HTML markup from the server by updating innerHTML of some DOM node. It’s
13.
▲
by
grncdr
2y ago
I’m curious, are you running GoodJob in the same database as the application? For smaller scale stuff this is super convenient, but I wonder if it will become a problem at higher loads.
14.
▲
by
grncdr
2y ago
> If you have a single page front end setup, and a "RESTful" backend Rails really doesn't encourage this architecture, quite the opposite in fact. > designers and users of the applications I have been building for years
15.
▲
by
grncdr
2y ago
To add to what others mentioned, there’s also https://github.com/livebook-dev/pythonx which embeds a Python interpreter into your elixir program.
16.
▲
by
grncdr
2y ago
> People get distracted by the idea of pure capability systems. See the thread above. Pure caps don't work, … I’m one of those “distracted” people who has never gone far enough with a capabilities-based language to figure out why th
17.
▲
by
grncdr
2y ago
That’s exactly what the GP wrote: The Goal is the spiritual ancestor of The Phoenix Project.
18.
▲
by
grncdr
2y ago
Yes, sorry for the rather pithy response, but separating out the "what changes" vs. "what doesn't" (config vs. code in your terms) is what makes these things possible. As you also noted, doing this in plain terrafor
19.
▲
by
grncdr
2y ago
In pulumi regions = [ “eu-west-1”, + “eu-west-2”, ] for region in regions: …
20.
▲
by
grncdr
2y ago
> how long until someone gets tired of "extra work" and comes up with "responsive PDFs"? I hate to break it to you but, https://blog.developer.adobe.com/adobe-sensei-makes-responsi...
21.
▲
by
grncdr
2y ago
This is not at all an accurate description of the compiler work.
22.
▲
by
grncdr
2y ago
I think it’s worth also quoting the rule that the dissenting programmer objected to. > One of the solutions was to introduce a rule to memoize everything returned by hooks, to automatically prevent future problems with memoization. … whi
23.
▲
by
grncdr
2y ago
The ruby-lsp project made by Shopify has (or had...) a rails plugin that worked this way. It adds some routes to your server during development and uses them to introspect the running process.
24.
▲
by
grncdr
2y ago
> No one is telling anyone that they are a bad person for voting "someone else". > If you vote for these people, then yes, you are a bad person As a foreigner living in Germany, it’s been incredibly disheartening to become m
25.
▲
by
grncdr
2y ago
I unfortunately can’t remember the project, but I’ve seen one take the opposite approach: tagged (& supported) releases are for passing customers only, and everybody else can just follow HEAD.
26.
▲
by
grncdr
2y ago
That file (and entire directory) doesn't seem to exist on my system
27.
▲
by
grncdr
3y ago
Not the poster you're replying to, but when it comes to deploying your own applications: generating Kubernetes manifests with whatever language you're already using and feeding JSON to `kubectl apply -f -` can accomplish the same
28.
▲
by
grncdr
3y ago
> You can also select a bunch of chats in a thread and fork them into a new thread. We'd maintain links between threads. Coming soon. Just want to chime in and say this is an essential feature IMO, I hope it’s prioritized.
29.
▲
by
grncdr
3y ago
Others have mentioned CDK, but I want to say that this is almost the exact approach I took on a project recently and it worked out fine. Node script that validates a few arguments and generates k8s manifests as JSON to be fed into `kubectl
30.
▲
by
grncdr
3y ago
Removing the big words from English is encouraged in most business communication. I think both losses are a shame, but they are conscious decisions made by people optimizing for certain outcomes. Another choice quote from the fine article:
More ›