Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sciyoshi
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
7 ms
·
1.
▲
by
sciyoshi
13d ago
It's the same reason I was nervous moving our company domain to a .ai TLD; your entire presence, identity and trust is now beholden to the whims and political winds of a Caribbean island smaller than Topeka.
2.
▲
by
sciyoshi
15d ago
Is this not what programming alongside or with an AI agent is these days? Brainstorming, reviewing, debugging. The only difference is there's no second human building a working knowledge of the code being written.
3.
▲
by
sciyoshi
2mo ago
Indeed. I was mainly responding to the comment about waiting for "independent seasoned mathematicians to verify", whereas in this case it is easy enough to convince oneself of the counterexample's correctness.
4.
▲
by
sciyoshi
2mo ago
Looks like this has already been formalized: https://github.com/deancureton/jacobian
5.
▲
by
sciyoshi
3mo ago
A docker-compose equivalent for running native processes: https://github.com/sciyoshi/decompose Similar to another tool called process-compose but with a CLI that mimics the docker one more closely and doesn't sta
6.
▲
by
sciyoshi
4mo ago
This is essentially what Shopify did with River ( https://shopify.engineering/under-the-river ), and we built out something similar at our company. I'm sure the labs are working on this sort of thing - Managed Agents are
7.
▲
by
sciyoshi
3y ago
Because I was curious about this: the use of "categorically" in the phrase "categorically false" doesn't directly relate to the concept of "categories" as groups or classes of things. Turns out it's a
8.
▲
The Impact of Culture on Code
(github.com)
3 points
by
sciyoshi
4y ago
|
0 comments
9.
▲
by
sciyoshi
5y ago
Congrats to the black team on this release, and thank you scrollaway for your fork. We are in a similar position where we are (for various reasons) stuck on using tabs for an existing project. Luckily it seems like there might be some movem
10.
▲
Fellow raises $24M to help managers have productive meetings
(techcrunch.com)
8 points
by
sciyoshi
5y ago
|
3 comments
11.
▲
by
sciyoshi
5y ago
There's definitely a segment of people for which GSuite access and cloud storage of notes is a non-starter, but in many cases those can be mitigated even when it comes to early adopters in larger enterprise companies (eg SOC-2 complian
12.
▲
Gaining a firm GRASP on crafting design principles
(medium.com)
2 points
by
sciyoshi
6y ago
|
0 comments
13.
▲
by
sciyoshi
6y ago
You're right that one of the biggest reasons to switch is that everyone else has switched (which is a bit sad to me since I think Coffeescript had some good features to offer), and community support + developer tooling are always impor
14.
▲
by
sciyoshi
7y ago
I really respect companies that have well-written engineering blogs that go in-depth into their technical problems - Figma comes to mind here, for example. For a small team/company, what are some good tips or resources on how to start
15.
▲
by
sciyoshi
7y ago
There's always more than one way to do things, and it's good to be aware of the trade-offs that different solutions provide. I've worked with systems like you describe in the past, and in my experience you always end up needi
16.
▲
by
sciyoshi
7y ago
We've been running our own cluster on EC2 nodes built with kops and it's worked well so far. As for logging, which part of ELK is heavy? You can use the cloud operator to run it from within your cluster ( https://www.ela
17.
▲
Non-obvious fundraising tips from a Silicon Valley outsider
(techcrunch.com)
3 points
by
sciyoshi
7y ago
|
0 comments
18.
▲
The art of the one-on-one meeting
(fellow.app)
2 points
by
sciyoshi
7y ago
|
0 comments
19.
▲
by
sciyoshi
7y ago
I would highly recommend getting to know https://github.com/ovalhub/pyicu , which in addition to counting grapheme clusters with BreakIterator can also do things like normalisation, transliteration, and anything else yo
20.
▲
by
sciyoshi
7y ago
Seems really interesting after a quick read-through. Specs that allow range-based validation look useful, and the structural declarations also feel like they'll help reduce a lot of boilerplate and repetition. I wonder how this compare
21.
▲
by
sciyoshi
7y ago
I've had a good experience with pip-tools ( https://github.com/jazzband/pip-tools/ ) which takes a requirements.in with loosely-pinned dependencies and writes your requirements.txt with the exact versions inclu
22.
▲
Fellow raises $6.5M to help make managers better at leading teams and people
(techcrunch.com)
13 points
by
sciyoshi
7y ago
|
0 comments
23.
▲
Fellow.app closes $8.58M CAD to scale co-pilot tool for managers
(betakit.com)
3 points
by
sciyoshi
7y ago
|
0 comments
24.
▲
Confessions of a Professional Fake Shopper
(narratively.com)
3 points
by
sciyoshi
7y ago
|
0 comments
25.
▲
I Babysit for the One Percent
(thecut.com)
3 points
by
sciyoshi
7y ago
|
0 comments
26.
▲
by
sciyoshi
7y ago
Funny, because I think the Wolfram language (also as a long-time user) is actually really well-designed and consistent, and has stood the test of time. Even ignoring the standard library, it has a really expressive syntax for pattern matchi
27.
▲
by
sciyoshi
7y ago
Agreed on avoiding yaml templating at all costs, but I've also found that you don't normally need a full programming language for these types of config files - if you do find yourself reaching for those tools you might be better s
28.
▲
by
sciyoshi
8y ago
I would agree with that. If you take a look at the exhibition match replay, there's some cases where it makes objectively suboptimal decisions. We couldn't see this during the live stream, but the double immortal warp prism caused
29.
▲
New logo
(slackhq.com)
192 points
by
sciyoshi
8y ago
|
238 comments
30.
▲
by
sciyoshi
8y ago
That idea of having quorums voting to establish consistency is essentially what Stellar does in their consensus protocol: https://www.stellar.org/developers/guides/concepts/scp.html
More ›