implmentor | 3 years ago | on: In defense of coding interviews
implmentor's comments
bleakgadfly | 5 years ago | on: Ask HN: What's your quarantine side project?
bleakgadfly | 5 years ago | on: Ask HN: What's your quarantine side project?
- Slack RTM bot which picks up my morning and goodbye messages in our channel and stash the duration into our time registration system so I don't have to do it manually. Using Slack library for Go, compiled to C library using gccgo for C ABI compatibility, then using Zig's cImport functionality to develop the bot in Zig (because why do it the easy way)
- mbedTLS bindings to Zig (Zig can generate alot of this out of the box, but I'm tailoring it by hand)
- HTTP/1.1 client in Zig, ties into the mbedTLS bindings I want to provide TLS support
bleakgadfly | 7 years ago | on: Tell HN: Braintree is no longer startup-friendly
So Braintree supports payments through a number of providers, credit cards and PayPal, Apple Pay, etc. When you say they hold 100% of their funds, is this for PayPal payments via Braintree, or is it also credit card payments (i.e. payments directly to Braintree)? In other words, are the 100% fund you mention stored at PayPal?
The reason I'm asking is because Braintree does credit card disbursement a couple of days (or something like that) after a credit card payment has been performed. So if they shut a customer down, wouldn't they "only" hold the money from the first transaction after the last payout, till the shutdown occured? In other words, if the last payout from Braintree happened on Monday, and there was another transaction on Tuesday due to be paid out to the merchant by Braintree on Thursday, and Braintree shut them down on Wednesday, this would mean the "100% funds" mentioned is the transactions happening on from Tuesday till Wednesday, since they were shutdown on Wednesday?
I hope the question make sense! Just trying to make sense of this :-) (using Braintree as well, but not Marketplace)
bleakgadfly | 10 years ago | on: Docker Official Images Are Moving to Alpine Linux
bleakgadfly | 10 years ago | on: Using the __cleanup__ variable attribute in GCC
Advanced C: Tips and Techniques (http://www.amazon.com/Advanced-Techniques-Hayden-Books-Libra...)
bleakgadfly | 12 years ago | on: Microsoft puts its spin on JavaScript with TypeScript
However, I easily trade the unstableness of intellisense for the type-safety of TypeScript.
bleakgadfly | 13 years ago | on: Great HN parody
bleakgadfly | 13 years ago | on: The Nu programming language
Great stuff.
bleakgadfly | 13 years ago | on: Node.js getting better in Windows Azure
bleakgadfly | 14 years ago | on: Duck Duck Go's traffic has tripled in 2012
Heres a comparison between search results when I chose "English" vs. "Norwegian" on a Norwgeian term: http://i.imgur.com/ReIa5.png
bleakgadfly | 14 years ago | on: Julia is a high-level, high-performance dynamic programming language
bleakgadfly | 14 years ago | on: Linus Torvalds on C++
I mean, MongoDB, Node.js, Microsoft's Windows Runtime (which provides access to the systems API for both JavaScript, C#/VB.NET and C++), MySQL, Membase, Haiku, Chromium are all notable examples of software written in C++ that seems to be quite well.
bleakgadfly | 14 years ago | on: Ask HN: Anyone gained traction on HN *without* any of their friends upvoting?
bleakgadfly | 14 years ago | on: Hacker News rips off Reddit or so Mashable claims...
bleakgadfly | 14 years ago | on: Poll: Do you have a Facebook account?
bleakgadfly | 14 years ago | on: Ask HN: Webapps you can't live without?
* Workflowy (http://www.workflowy.com) - Dump all the stuff I might need to remember or note about a project or task here.
* Trello (http://www.trello.com) - Scrum-board for my tasks, planner for the summer vacation, my wedding, etc.
* Diigo (http://www.diigo.com) - To save bookmarks, notes on pages, highlights of stuff I might need to reference, etc
* Toggl (http://www.toggl.com) - To keep track of how many hours I work on each project
EDIT: Typo/format
bleakgadfly | 14 years ago | on: Show HN: osod.im (one sentence, one day - a one sentence journal)
However, your quote on the front page makes me think: Will osod.im be here years from now?
I love the concept, but I would hate to loose it if I did choose to start writing a sentence a day, describing what I've done or thought about. If only to look back at it once myself or potential children. Have you considered 'open sourcing' it? Making it self-hosting.
It would also be neat to have a bit more settings, like whether or not stuff should be public, etc.
But I read that you hacked this in one night and might not have thought about all this (but I hope you do now!)
bleakgadfly | 14 years ago | on: Poll: How much sleep do you get per night?
I tried a polyphasic sleep schedule. And failed.
- How does your sleep schedule affect your work and the rest of your life?
Not that I can tell.
- Does the work you do affect your sleep?
No.
bleakgadfly | 14 years ago | on: Ask HN: Best book you read in 2011
Instead I try to find an isolated problem/task we have in our backlog that the candidate should try to implement on their own time, so I can review what kind of solution they will actually deliver once hired. We then go through the solution with them and do a code review as they would go through if they got hired. You then see both the problem-solving skills as well as how they take feedback.
I would recommend checking out DuckDuckGo's excellent "How we hire" guide[0] which describes some of the best hiring process I have come across (albeit it may be too extensive to do in full for some companies).
[0] https://duckduckgo.com/assets/hiring/how_we_hire.pdf