Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
joeldo
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
joeldo
1y ago
That's no longer the case - a large portion of teams are now using cloud variants of Confluence/Jira.
2.
▲
by
joeldo
2y ago
> There’s more details here than I can explain today, but you can use the QR code to find a detailed article, including the documentation we use for the skills. Why not just provide a clickable link given this is an article on the web?
3.
▲
by
joeldo
2y ago
The impact of this will be profound! Obviously bugs are inevitable, but why this wasn't progressively rolled out is beyond me.
4.
▲
by
joeldo
2y ago
I think there is some confusion with the term 'public' here. The Graphql server itself is still publicly exposed to the internet, but the ability to query is not. Queries have to be whitelisted ahead of time (persisted queries).
5.
▲
by
joeldo
2y ago
You can review the bash script first. Regardless, they provide a few different installation options https://zed.dev/docs/linux
6.
▲
by
joeldo
2y ago
I guess the difference is ChatGPT is less likely to cause death if it makes a mistake. Users generally have time to decide if the output ChatGPT provides is accurate and worth actioning.
7.
▲
by
joeldo
2y ago
"Better" depends heavily on the parents.
8.
▲
by
joeldo
3y ago
Closing down within a year of it finally becoming profitable.. That would be a plot twist!
9.
▲
by
joeldo
3y ago
75 / (1/6) = 450. Still very exciting!
10.
▲
Building towards a new default rendering model for web applications
(vercel.com)
2 points
by
joeldo
3y ago
|
0 comments
11.
▲
by
joeldo
3y ago
The one joy I have while using Azure :)
12.
▲
by
joeldo
3y ago
So it ships Electron and a PHP runtime - What else can we include?
13.
▲
by
joeldo
3y ago
How has this article landed on the frontpage? There is 0 substance - are people even reading it before upvoting?
14.
▲
by
joeldo
3y ago
For vector style graphics (like in the article) - You can achieve this quite simply on the web with SVG DOM. You can add event listeners to the SVG's paths/groups and apply fill when clicked.
15.
▲
by
joeldo
3y ago
I'd imagine there would be a fair amount of hallucination with ChatGPT generating the Lat/Long pairs (especially for smaller cities/towns)?
16.
▲
by
joeldo
4y ago
On the surface I like this idea, but this makes it harder for participants from poorer countries from, well, participating. For some countries this is more than a week of the average wage!
17.
▲
by
joeldo
4y ago
That makes sense, thanks.
18.
▲
by
joeldo
4y ago
My understanding is that an efficient lock would require hardware support, which is surfaced by the OS.
19.
▲
by
joeldo
4y ago
I've been developing an ASP.Net Core Web Api on Linux for the last few months with the dotnet CLI and I haven't run into any cross platform issues yet. I've used both VSCode and Rider and I think both provide an enjoyable dev
20.
▲
by
joeldo
4y ago
I see that you since made this public (it was not at the time of my comment, as confirmed by the repo commits being <2 hours old). When you say "some components", what components are missing? I'm not saying you have to mak
21.
▲
by
joeldo
4y ago
With all due respect, I think the title of this post should be amended as this is not Open Source. After perusing the Github repo, it looks like the actual editor logic is not open source (in fact it lives in a private repo which you contro
22.
▲
by
joeldo
4y ago
Just some advice, I think you'll struggle to gain traction without putting the source onto Github, as that is generally how people contribute :)
23.
▲
TypeScript for Java/C# Programmers
(typescriptlang.org)
4 points
by
joeldo
4y ago
|
0 comments
24.
▲
by
joeldo
4y ago
I think if you're going to spend time studying before you start a new job, spend that time studying whatever you find technically interesting about the job. If it was the choice of language that drew you to apply, learning about it is
25.
▲
by
joeldo
4y ago
Yes completely agree. - The entire housing market is ripe for disruption, especially if we don't want to see a lot of younger people living out of the back of cars or vans. What kind of disruption are you referring to here? Policy le
26.
▲
by
joeldo
4y ago
Interesting to see Clojure brought up quite a bit in this thread. Looks like something I'll need to invest some time into!
27.
▲
by
joeldo
4y ago
Personally a big factor has been cost of living. Housing prices are out of control in Australia, especially eastern capital cities, and servicing mortgage/rent without a stable salary requires a lot of planning without a grant. The res
28.
▲
Ask HN: Are there senior devs who liked switching from static to dynamic typing?
39 points
by
joeldo
4y ago
|
81 comments
29.
▲
by
joeldo
4y ago
- Sure, the type IBlaha is defined somewhere just as the object(s) passed to add_item_to_cart are also defined somewhere. That definition is rarely as accessible as an explicit type though. For example take an API response or any third pa
30.
▲
by
joeldo
4y ago
- If it were an item id the argument would be item_id. It is an object. You've never worked with vaguely named variables? What you are suggesting is guessing the data type based off the name. - What type of object? The type that can
More ›