Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scarboy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
scarboy
11y ago
https://www.foreignlaborcert.doleta.gov/performancedata.cfm on the Disclosure Data tab.
2.
▲
by
scarboy
11y ago
http://www.giantbomb.com/arrival-by-crash-landing/3015-5658/... Maybe someone should add Factorio
3.
▲
by
scarboy
11y ago
The DNS don't change. It looks like you need to visit once every thirty days to stay on a whitelist.
4.
▲
by
scarboy
11y ago
Go embeds paths to libraries and some temporary paths in it's binaries. Feel free to run strings and possibly find the user's home directory and skip deanonymozation of source code.
5.
▲
by
scarboy
11y ago
Wow, never thought I'd see slowbeef referred to as a YouTuber. I helped a bit with his work on Policenauts but we haven't kept in touch since then. Maybe I'll try to get involved in this.
6.
▲
by
scarboy
11y ago
I'm glad that facebook fixed this solely for the fact that facebook open source software discussions will not be dominated by the contents of the PATENTS file.
7.
▲
by
scarboy
12y ago
Writing a GC is an iterative process and the Go team are taking the steps to implement a modern GC. You don't work for 2 years and then throw it all in at once.
8.
▲
by
scarboy
12y ago
I completely agree, I'm just stating the alternative. Sometimes standard freezer ziploc bags aren't even big enough. I was doing a large prime rib a while ago and has to use the larger size freezer bags that aren't normally a
9.
▲
by
scarboy
12y ago
You can use mason jars if you are worried about plastic.
10.
▲
by
scarboy
12y ago
I was looking for the quote and found an old hn post that has the cooking issues link and information: https://news.ycombinator.com/item?id=7631985
11.
▲
by
scarboy
12y ago
It's no expertsexchange. I wouldn't bother changing it.
12.
▲
by
scarboy
12y ago
Not sure if it was your intention, but your weekly update case will reset every time there is a manual update. I avoid time.After for recurring tasks in a select loop for this reason. time.Ticker is great if you want to repeat the task at a
13.
▲
by
scarboy
13y ago
Go is moving to contiguous stacks in 1.3.
14.
▲
by
scarboy
13y ago
It's the principal. I live close enough to an airport CBSA office that it just takes an hour of my time and a few emails.
15.
▲
by
scarboy
13y ago
You can decide to self clear at any point before accepting the package. It doesn't matter if they've made you an invoice or not.
16.
▲
by
scarboy
13y ago
Next time you get a package from UPS just don't answer the door. 1) Call/Email UPS and request a commercial invoice and the depot the parcel is being held at. If it's not being held at a depot tell them you want to self-clear
17.
▲
by
scarboy
13y ago
net/http/pprof/pprof.go is just some boilerplate around the built in profiling functions. Copy it into your application and use your own init function.
18.
▲
by
scarboy
13y ago
I like this product, it appeals to a market where there isn't much money to spend and is probably effective. The consumer air purifier market is a mess. There is so much misinformation and fake reviews out there that it's impossib
19.
▲
by
scarboy
13y ago
You should be using map[T]struct{} for sets instead of bool. struct{}s use 0 bytes and there will be no confusion as to what the value is for.
20.
▲
by
scarboy
14y ago
You can modify the state by using named return values. func ContrivedExample() (file *os.File, err error) { file, err = os.Open("something.txt") defer func() { if err = file.Close(); err != nil { file = nil }
21.
▲
by
scarboy
16y ago
These renditions ignore illiterate or lazy shoppers who rely on pictures for their purchasing.
22.
▲
by
scarboy
16y ago
I've been meaning to learn Prolog since I took an AI course that focused on theorem proving. I can't help but notice that the webpage looks like one of the awful default Beamer presentation styles.
23.
▲
by
scarboy
16y ago
I'm so glad I don't need to keep a Windows box around to have a GUI for IDA. Now if only they'd release a new free version that had the GUI.
24.
▲
by
scarboy
16y ago
This looks like a neat piece of software to put on the web. It is, however, lacking usability. As a student learning digital design, you want circuit diagrams to be clear and results to be easily and quickly visible. Wires between nodes are