Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
kamac
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
4 ms
·
1.
▲
How Labelbox produces high quality data for LLMs at scale
(labelbox.com)
6 points
by
kamac
2y ago
|
0 comments
2.
▲
by
kamac
4y ago
The salary ranges are very misleading, unfortunately. For example, posthog will only pay 120k gbp for a senior full stack in London, while they’ll pay 220k usd for the same role in Seattle. Ramp also doesn’t pay 200k+ for roles based in EU.
3.
▲
by
kamac
5y ago
The point in the article was to prefer composition over inheritance, which is sort of like using OOP “the right way”. It didn’t discourage OOP as a whole, nor do I think it should - making a game without objects would be a nightmare.
4.
▲
by
kamac
5y ago
Absolutely. What I had in mind was that if you choose not to pursue treatment, make it a conscious decision and be aware of the consequences.
5.
▲
by
kamac
5y ago
Whatever you do, don’t stop treatment. Follow the doctor’s advice, but at the same time use critical thinking, and seek a second opinion (from a doctor, not alternative medicine) when in doubt. As for coping from her side - be understanding
6.
▲
by
kamac
5y ago
To add maybe one more point to this - it’s so much easier to run parts of the pipeline for devs who aren’t familiar with the environment. It can also serve as a documentation for what’s required to develop.
7.
▲
by
kamac
5y ago
Won’t setting up a k8s cluster require writing resource definitions? I imagine you’d need to write a statefulset. How’s that better than writing a docker-compose? I’m not sure how vscode does it, but it allows you to publish ports in real t
8.
▲
by
kamac
5y ago
I agree, the title of the article is a bit misleading. In general, you’d still need an IDE installed on the host machine, which can then connect to a runtime on the container. With VS Code and remote containers, it’s quite easy. Alternative
9.
▲
by
kamac
5y ago
Yep, I use it. There are two tricks to mitigate this: 1. Using a :delegated or :cached flag when using a bind mount can speed it up a bit 2. For folders that need a lot of RW, but don’t need to be shared with the host (think node_modules or
10.
▲
by
kamac
6y ago
The takeaway from this, if you're lazy like me: > In line with this, observational studies suggest that exercise has a statistically significant preventive effect on premature all cause mortality with active individuals showing up t
11.
▲
by
kamac
6y ago
True, there’s some pain involved for the developers. The migration could happen over time, like unity3d did by deprecating scripting with boo.
12.
▲
by
kamac
6y ago
Why would they create their own obscure solution? I imagine LUA is very easy to run sandboxed, but I can’t shake the feeling roblox would be better off integrating scripting with JS. It would come with powerful typing via typescript, a grea
13.
▲
Creating a FAST-LOCAL docker web dev environment
(blw.sh)
2 points
by
kamac
7y ago
|
0 comments
14.
▲
by
kamac
7y ago
> By downloading something at startup, you're breaking that contract implicitly. Nitpicking here, but if you can ensure that certain version is downloaded, then the contract isn't violated.
15.
▲
by
kamac
8y ago
Here's the list of changes: https://tip.golang.org/doc/go1.12
16.
▲
by
kamac
8y ago
I think anything can be portrayed to the popular audience. Other comments here explaining the terms used in the article suggest that this is possible. The only problem is that some fine information would most likely be lost with a simplifie
17.
▲
by
kamac
8y ago
Wow that was a tough read for a layman like me. > [...] after the renowned physicist Juan Maldacena discovered that the bendy space-time fabric in its interior is “holographically dual” to a quantum theory of particles living on the lowe
18.
▲
by
kamac
8y ago
> Hiring people that have a track record of taking projects from inception to delivery and who actively seek out projects to own is critical Doesn't that regard the first few early hires (who'd take some form of senior/ma
19.
▲
by
kamac
8y ago
facebook's relay uses it to find and compile graphql queries https://facebook.github.io/relay/docs/en/query-renderer.html
20.
▲
by
kamac
8y ago
Would be interesting to see if when one agent declines to help another several times, the other one would decide against helping him when he calls. The logical explanation would then be that the agent would come to value his life more than
21.
▲
by
kamac
8y ago
In the latest Unity version (2018) you have access to C# 6 (stable) and .NET 4.6.
22.
▲
by
kamac
8y ago
I'm sorry, it's been a long day and I apparently can't read anymore.
23.
▲
by
kamac
8y ago
This reference to buildasaasappwithflask.com deserves a disclaimer (I assume you're the author - the initials match)
24.
▲
by
kamac
8y ago
I kind of can relate, as my last project was finished just after the "Run SQL on CSV and TSV" submission popped up, and my project was the same thing but for XML. So have a star (: Also, I like the way your dashboard looks like (j
25.
▲
by
kamac
8y ago
But raw editing with live preview gives me the same feedback, doesn't it?
26.
▲
by
kamac
8y ago
It's working as I'd expect it to, which is good. The only problem I have with it is how it slows down when there's much markdown. For casual editing though, I still prefer working with a raw markdown file with a live preview.
27.
▲
by
kamac
8y ago
Actually no, it was just a coincidence that it was here on HN a few days before I decided to share AskXML. My project was inspired by lack of tools to query stackexchange's data dumps effectively. :)
28.
▲
Show HN: Run SQL statements on XML
(github.com)
11 points
by
kamac
8y ago
|
2 comments
29.
▲
by
kamac
8y ago
I've seen it before and I think it looks slick. I have one suggestion or maybe observation. Finding a team currently requires to manually apply by browsing through the list. Whenever I see a team with one member inside (and that's
30.
▲
by
kamac
8y ago
Thanks! About fitting into memory; the way the library currently works should technically work even on very big files, as the XML is iteratively converted into a SQL database. You can choose whether you want that database to be in a file or
More ›