Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
substation13
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
9 ms
·
1.
▲
by
substation13
3y ago
Is there any source available for this?
2.
▲
Don't Click Submit Twice
(historicalmodeling.com)
3 points
by
substation13
3y ago
|
0 comments
3.
▲
by
substation13
3y ago
Rich Hickey calls these protocols. In Haskell or Rust you get them via traits.
4.
▲
by
substation13
3y ago
Many believe that F# is better for functional code and C# is better for imperative code. Hence F# immutable core and C# immutable shell. But I think this is a myth. F# the language is better than C# at most things and certainly better ove
5.
▲
Ask HN: Are the days of CAPTCHAs coming to an end?
8 points
by
substation13
3y ago
|
4 comments
6.
▲
by
substation13
3y ago
I'm not convinced Tor could scale to a significant percentage of internet traffic using it.
7.
▲
by
substation13
3y ago
Yes, it can be. 1. Loading data 2. Running algorithms that benefit from shared memory 3. Serving the model (if it's not being output to some portable format) There are also general benefits of using one language across a project. Becau
8.
▲
by
substation13
3y ago
Those are real issues though.
9.
▲
by
substation13
3y ago
Anyone else read the headline and go straight through to the comments? I think that HN, which has added deliberate friction elsewhere on the site, should consider hiding the comments link until you have clicked through to the article.
10.
▲
by
substation13
3y ago
It's a bit like how Rust limits dangerous operations to unsafe blocks
11.
▲
by
substation13
3y ago
> Second, this is still fine. Don't make changes outside of the IAC control. And if you do make them, retro-fix the IAC files until there is no diff with the actual state. This doesn't work in practice. Some aspects of the busi
12.
▲
by
substation13
3y ago
With Terraform you can statically analyze the infrastructure definition with some guarantees of determinism etc. Arbitrary execution is allowed, as you say, but only in well-contained places, such as local_exec. How can this work if, say, T
13.
▲
by
substation13
3y ago
Exactly. If you want portability across clouds, Terraform ain't it. The only way I know of to achieve that right now (for any reasonably complex architecture) is: - Minimal amount of Terraform to deploy Kubernetes (which is different f
14.
▲
by
substation13
3y ago
Adding a "real" programming language makes certain things easier, such as abstraction, but IMO they are too powerful for the task at hand. Do we really want an infrastructure description to be able to execute arbitrary code?
15.
▲
by
substation13
3y ago
I would love LLMs to write documentation for me, even though I don't trust them with the code.
16.
▲
Dangerous Roads
(dangerousroads.org)
2 points
by
substation13
3y ago
|
0 comments
17.
▲
by
substation13
3y ago
Stacking shelves in a supermarket is a perfect example. 1000s of products means that a bit of experience is required to know where everything goes in order to quickly stack. With a HUD, workers become productive much faster (and are more in
18.
▲
by
substation13
3y ago
A job or a house: choose one
19.
▲
by
substation13
3y ago
Using this to push Brainfuck at work
20.
▲
by
substation13
3y ago
Function coloring is orthogonal to the underlying mechanism. You can think of the Java / Go approach as adding the bind points automatically.
21.
▲
by
substation13
3y ago
If the prices have significantly risen since you purchased (as they have for most buyers) then moving even to the same quality of house makes you a net buyer because you need to take on more financing. Remember, the day you buy a house, you
22.
▲
by
substation13
3y ago
I wonder if wages have risen in response to this? You cannot operate a business that doesn't pay staff enough to live for very long.
23.
▲
by
substation13
3y ago
I can see LLMs as a novel front-end for a traditional search engine.
24.
▲
by
substation13
3y ago
It's really easy to get an LLM to hallucinate by asking an open ended question - the type typically answered by a Google search or checking Wikiedpia. However, this is not the best application of LLMs. This criticism is getting old. LL
25.
▲
by
substation13
3y ago
Free speech does not allow the right to do harm. We can debate where exactly that line is, but in my book protesting right outside of a clinic is harassment.
26.
▲
by
substation13
3y ago
We can't let this "bundling" of laws allow things to slip though the net. The solution is to make a new bill with the good parts.
27.
▲
by
substation13
3y ago
How should users write async, futures, option, result, etc. in Scrap? My hunch is that if you do not put the syntax into the language, then it will be hard for the community to standardize on one preprocessing tool. OCaml (which I am a fan
28.
▲
by
substation13
3y ago
Hello! This looks really interesting to me. There is a feature I would like that I have never seen in a scripting language, and I wonder if Scrap might support it: > Monadic bind points and applicative join points in the script language
29.
▲
by
substation13
3y ago
I believe that road wear is proportional to mass ^ 4
30.
▲
by
substation13
3y ago
> Why would a company use ocaml? Why wouldn't a company use Brainfuck?
More ›