Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
scrabble
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
5 ms
·
1.
▲
by
scrabble
7y ago
This is my experience as a staff dev in an org with this type of org chart. Staff devs are considered lead engineers with no reports and sit in most of the lead meetings.
2.
▲
by
scrabble
8y ago
Very much this. If I'm looking to know about a job somewhere, the first thing I do is check my network to see if anyone who knows me and has worked with me works there. Otherwise I'll see if people I'm close to know someone w
3.
▲
by
scrabble
8y ago
Back when a was a tech lead and made hiring decisions for my team I would run the questions I asked candidates by the rest of the team in a 1:1 setting. We were checking that people could answer the questions well -- and sometimes when they
4.
▲
by
scrabble
8y ago
Padding the array is a bit of a code smell. You can't just pad an array without allocating a new block of memory. After allocation you need to copy the array into the new space. This is a significant amount of overhead to a fairly stra
5.
▲
by
scrabble
8y ago
In this case Monopoly for Millenials is a Walmart exclusive item. So the money is made from people going to Amazon to buy it.
6.
▲
by
scrabble
9y ago
It used to be that you could buy them as Digital Signage monitors. But for the most part these might now also be smart devices.
7.
▲
by
scrabble
9y ago
The last time I bought a TV it took a bit longer because I insisted on buying a dumb TV. Privacy is a large issue for me, but also not loading my TV up with software that it simply doesn't need. I ended up getting a TV that is not from
8.
▲
by
scrabble
9y ago
That is a major conservative politician talking point. I do not consider it founded in reality, but making it a talking point and an objective does increase political contributions from wealthy sources.
9.
▲
by
scrabble
9y ago
The article said that a judge ruled the search unlawful after the fact, and one of the reasons for that was because of the questioning -- so I'm not surprised there was no questioning in the cases you are familiar with since they may h
10.
▲
by
scrabble
9y ago
This seemed incredibly questionable for me when I read it. Of course, if he was prevented from consulting with his lawyer, how would he know if this is an empty threat or not?
11.
▲
by
scrabble
9y ago
> We’ll have you work on actual bugs in our actual code > you’ll pair with us on a real feature or bug Are you paying people who are interviewing with you? Or are you getting them to do real work on your code for free?
12.
▲
by
scrabble
9y ago
I'll be honest, I stopped reading the article as soon as it mentioned Hypermedia, because I instantly saw the problem as the author being upset that Swagger is not Hypermedia. I have a really hard time seeing APIs ever reaching that le
13.
▲
by
scrabble
10y ago
You wouldn't notice a change from me, since I switched to Linux on my MBP. My next refresh will be to a Carbon, but this laptop is still fairly new.
14.
▲
by
scrabble
10y ago
Nintendo actually has a very sizable war chest. I don't think they are struggling for survival at all. Although Nintendo doom and gloom has been a popular theme for many years I'm a little surprised to see it here.
15.
▲
by
scrabble
10y ago
The point is definitely collecting the special coins. The pink coins seem to get harder to obtain as the game goes on. The purple coins afterwards are even harder, and the onyx coins are really challenging. The levels also have different ob
16.
▲
by
scrabble
10y ago
This is helpful for me. I serve on a local board and this very much describes the type of discourse that occurs there. For reference, we run the meetings according to Bourinot's rules of order: https://www.amazon.com/Bo
17.
▲
by
scrabble
10y ago
I saw that one of the screenshots from the limited number they had was Willy Wonka Slots. So that's a no.
18.
▲
by
scrabble
10y ago
You could just grab user location and populate it in a db. Use a proximity search to see which users you see and see you. You could also break things down by geofence, but that would work better for a city chat since there would need to be
19.
▲
by
scrabble
10y ago
You can't take the Wii U tablet with you. It's not the core of the system. This allows Nintendo to combine their console and handheld divisions so that they can unify their focus and have a steady stream of software, even if third
20.
▲
by
scrabble
10y ago
It's brilliant. I have kids, and I could definitely see it coming places like the car where the kids are able to play together, or where I am able to play with the kids.
21.
▲
by
scrabble
10y ago
Your account is charged when purchases happen. So your account would not be locked. You just couldn't make any additional purchases until you updated your account. Chargebacks are the big problem for companies that operate like this.
22.
▲
by
scrabble
10y ago
As I understand it, native promises don't make native system calls. They are still pure js. They are just implemented differently from Bluebird which optimizes for the most common use cases.
23.
▲
by
scrabble
10y ago
Other cards might do chargebacks and fraudulent charge recovery, but I look at online services like Playstation Network. If your account is compromised, and you do a chargeback, they will ban your account and you lose access to all your dig
24.
▲
by
scrabble
10y ago
Bluebird already has this, and is more efficient than native. But this is definitely a step forward.
25.
▲
by
scrabble
10y ago
I think even UI/UX review would be good. Like looking at things that pop up on Show HN and doing a short video covering usability and design of the thing. Seems to me that it would be easier to cover UI/UX in video format than scr
26.
▲
by
scrabble
10y ago
I could see myself getting use out of this. Thanks!
27.
▲
by
scrabble
10y ago
Other than the Chrome icon on the "Get It" button, there's no real indication on the page that this is a Chrome only extension. I like the design though. Looks pretty slick. What's the target use case?
28.
▲
by
scrabble
10y ago
A million connections into the computer that you work on? Are these bot net connections, or do use your machine as your server?
29.
▲
by
scrabble
10y ago
This is true. But real time encode is essentially what you need to do with live video instead of VOD transcode. You have other processes doing the other necessary work during the transcode. All in all, I look for somewhere around 0.25s to c
30.
▲
by
scrabble
10y ago
I'm doing live video ingestion. Transcode to DASH/HLS at 5 different qualities + alternate audio/subtitles where provided.
More ›