Live data from Hacker News

Viewing profile — scarboy

scarboy

HN member
Joined
Mon, Jul 19, 2010, 5:52 PM UTC
HN karma
69
Public activity
25 items

About scarboy

No profile information was provided.

Recent public activity

  1. comment
    Comment #11320987

    https://www.foreignlaborcert.doleta.gov/performancedata.cfm on the Disclosure Data tab.

  2. comment
    Comment #11270078

    http://www.giantbomb.com/arrival-by-crash-landing/3015-5658/... Maybe someone should add Factorio

  3. comment
    Comment #10961329

    The DNS don't change. It looks like you need to visit once every thirty days to stay on a whitelist.

  4. comment
    Comment #10807297

    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. comment
    Comment #10562464

    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 i…

  6. comment
    Comment #9356725

    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. comment
    Comment #9179234

    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. comment
    Comment #8753408

    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 la…

  9. comment
  10. comment
    Comment #8753361

    You can use mason jars if you are worried about plastic.

  11. comment
    Comment #8753360

    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

  12. comment
    Comment #8643901

    It's no expertsexchange. I wouldn't bother changing it.

  13. comment
    Comment #7956091

    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 reas…

  14. comment
    Comment #6978072

    Go is moving to contiguous stacks in 1.3.

  15. comment
    Comment #6891246

    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.

  16. comment
    Comment #6891238

    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.

  17. comment
    Comment #6890761

    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 hel…

  18. comment
    Comment #6727191

    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.

  19. comment
    Comment #6659969

    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 misinforma…

  20. comment
    Comment #5821463

    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.

  21. comment
    Comment #4326038

    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(…

  22. comment
    Comment #2033836

    These renditions ignore illiterate or lazy shoppers who rely on pictures for their purchasing.

  23. comment
    Comment #1977572

    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 pre…

  24. comment
    Comment #1764001

    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.

  25. comment
    Comment #1702437

    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 resul…