Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
sythe2o0
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
sythe2o0
2mo ago
Some more context on the consulting company: StrongDM was sold earlier this year, about a year after the dark factory was first announced, and the former CTO moved on to this (presumably) in order to continue the idea. Disclaimer: I'm
2.
▲
by
sythe2o0
6y ago
If it's 'wrong' to be able to pass around mutable pointers, is the only language that is 'right' Rust? (and some Lisps maybe?)
3.
▲
by
sythe2o0
7y ago
You may want to include a contact email
4.
▲
by
sythe2o0
7y ago
The parent isn't saying it is bad practice.
5.
▲
by
sythe2o0
8y ago
The argument is that it is not fundamentally better to use the longer name in the given context, so why make it longer? I'd say it isn't about how long the variable takes to type either, but how long the code takes to read and par
6.
▲
by
sythe2o0
8y ago
How can you confidently say that Udacity is clearer than Master's courses in general? How many universities have you taken Master's courses from?
7.
▲
by
sythe2o0
9y ago
The article, from how I read it, is not suggesting single-implementation interfaces are the problem but instead where those interfaces are stored. The package accepting the interface should define the interface it needs (and perhaps that pa
8.
▲
by
sythe2o0
9y ago
Nondeterministic Polynomial (time)
9.
▲
by
sythe2o0
9y ago
Better isn't always straightforward, sometimes unintuitive steps need to be taken to reach a better fitness value. The advantage of evolutionary methods over backprop is that evolutionary methods can take steps "backwards" an
10.
▲
by
sythe2o0
9y ago
Go has it's own form of assembly which it compiles to multiple architectures.
11.
▲
by
sythe2o0
9y ago
I can't be changing the example if I'm quoting you. I am not discussing the presence of fast lanes right now, which have their own problems. I'm talking about the literal prevention of accessing specific data because your ISP
12.
▲
by
sythe2o0
9y ago
It absolutely follows. > 1) Throttling sites the ISP doesn't like Is the definition of censorship. ISPs could just choose to not let anybody access their competitors' websites, for example. You're correct that data caps do
13.
▲
by
sythe2o0
9y ago
Less government regulation makes sense in places that don't endanger people (e.g. food quality) and in fields with a lot of competition. A large number of people in the united states only have access to one ISP, or one fast ISP[1]. You
14.
▲
by
sythe2o0
9y ago
None of those are net neutrality, but all of those are things that are prevented by the presence of net neutrality. Net neutrality is currently enforced because ISPs are regulated as "common carriers", meaning they can't inte
15.
▲
by
sythe2o0
9y ago
Shiny is missing a lot of desirable features (full-screen, window positioning, disallowing window scaling) and is no longer being maintained, unfortunately.
16.
▲
by
sythe2o0
9y ago
If you need this, you can write type assertion lines in a var block of the interfaces that you explicitly want to implement (and this will throw compile time errors if they don't).
17.
▲
by
sythe2o0
9y ago
Generics wouldn't necessarily bring in operator overloading, though. I haven't seen a Go proposal for generics that actually included it.
18.
▲
by
sythe2o0
9y ago
It isn't always as simple as setting some environment variables. None of the projects I work on will compile when told to compile for another OS_ARCH because of the dependencies they have.
19.
▲
by
sythe2o0
9y ago
It's been my understanding that Lisp and its relatives aren't designed to compete against C for speed either. Is this wrong?
20.
▲
by
sythe2o0
9y ago
They're developing another game with the engine used for MGSV, but you could account that to just trying to recoup costs involved in making that engine. Otherwise I don't know of other console or pc game projects of theirs.
21.
▲
by
sythe2o0
10y ago
It does say this. One of the last slides says 4% of the additional size came from adding more debugging information, excluding anything to do with the new inlining.
22.
▲
by
sythe2o0
10y ago
Then what word would you have used in this presentation, given no established word existed?
23.
▲
by
sythe2o0
10y ago
I liked using it as a motivational tool, to remind myself how far a project had gone and how I'd contributed, but that's about it
24.
▲
by
sythe2o0
10y ago
Presumably there is no attempt by the open source devs to trademark their work.
25.
▲
by
sythe2o0
10y ago
Well, to be fair, the AI probably tried somewhere over several millions of times before coming to whatever conclusion it reached in its training process
26.
▲
by
sythe2o0
10y ago
Fake identification, presumably some sort of weaponry to threaten people on said planes, planning and organization to make sure they weren't found out.
27.
▲
by
sythe2o0
10y ago
The files on that page wouldn't load for me-- the podcast that's being drawn from is here, and the Direct2D portion is around the 1 hour mark: https://mollyrocket.com/jacs/jacs_0001_0050.html
28.
▲
by
sythe2o0
10y ago
"Ancient Greek Medicine" got me data about Slavs, Italians, Point Mutation, and Neurotransmitters, but nothing about Ancient Greece?
29.
▲
by
sythe2o0
10y ago
You could send the score on a regular basis, and check to make sure it isn't increasing at an impossible rate?
30.
▲
by
sythe2o0
10y ago
I don't think using nil to represent uninitialized data is a major issue-- if it were possible to catch uninitialized but queried variables at compile-time, that could be an improvement, but we want to give the programmer control to d
More ›