Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
ShellfishMeme
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
31.
▲
by
ShellfishMeme
6y ago
I was doing the takeoff tutorial and was wondering why 10 minutes in it still seemed impossible to get to the desired altitude and speed. Turns out they never mentioned that you need to eventually move the flaps back. Once I figured it out
32.
▲
by
ShellfishMeme
6y ago
> as the difficulty and most of the work in a CMS product comes from a front-end (or architectural match, really) that end users can meaningfully interact with and set up dynamic sites, redactional workflows, dynamic user content, themin
33.
▲
by
ShellfishMeme
6y ago
Because the web is moving away from pure content or shop pages to more holistic interactive experiences where you need to integrate content into complex flows that are more application than website. Plus you might want to reuse said content
34.
▲
by
ShellfishMeme
6y ago
But is it really true that so many companies create too small services? I admit I haven’t seen too many architectures from the inside but from my experience the problem is usually the opposite: adding more and more things to a monolith that
35.
▲
by
ShellfishMeme
6y ago
I completely agree. Often I don't proceed because the point I wanted to make is just not properly defendable at that point. But the ideas written down in the process don't disappear and at the same time I got a better appreciati
36.
▲
by
ShellfishMeme
6y ago
I always have to think about that one when I had just been spending 20 minutes trying to formulate an elaborate response to someone's comment, just to proceed to sigh and close the thing without posting it. Probably most of the time i
37.
▲
by
ShellfishMeme
8y ago
It's not unusual to have a whole office full of screens and no PC anywhere in sight. Everyone just uses laptops nowadays, which many people take home after work. Then all you have left is desks and screens, and maybe some power adapter
38.
▲
by
ShellfishMeme
10y ago
We usually start out with a non working version, using `var` and just returning `i` from the function and then ask what that would print out and why.
39.
▲
by
ShellfishMeme
10y ago
I agree. We always put the little 'for loop that creates a list of functions that spit out the current number of the iteration' exercise first in all of our interviews. Generally, when people solved that one fast, they also did
40.
▲
by
ShellfishMeme
10y ago
I feel like it's undignified because it sounds to me like saying "You can have money, but since you are poor and don't know how to handle it, we give it to you in small daily portions so you don't waste it all at once.&q
41.
▲
by
ShellfishMeme
10y ago
If you get all your money at once you can always have a buffer for these unexpected things. You also have more freedom to waste it all at once, but I don't believe most poor families are really that wasteful. It's just hard to get
42.
▲
by
ShellfishMeme
10y ago
I'm not sure how that is relevant at all. We're talking about how a BI system could work and whether it could be a good idea to split the money in tiny daily chunks. I stated that I believe that is a bad idea because I believe it&
43.
▲
by
ShellfishMeme
10y ago
This is about the tiny daily portions of money, not about BI. It's hard to make long term plans with that, because instead of putting aside $100 at the beginning of the month, now you need to save $3 a day. With amounts that small, it&
44.
▲
by
ShellfishMeme
10y ago
What if your washing machine breaks or your kids need new clothes or your car needs gas? It seems to me with this approach people would be stuck in perpetual poverty even more.
45.
▲
by
ShellfishMeme
10y ago
MomentJS is great and offers pretty much everything you need time manipulation wise. That being said, I've spent many hours debugging problems with moment because many operations mutate the 'moment' instance that you're
46.
▲
by
ShellfishMeme
10y ago
JS does not have an Integer type, so (x > 0) does not work. Now if you add all those checks necessary to see whether you're actually dealing with an integer here, you get to a point where you cannot be sure anymore whether there are
47.
▲
by
ShellfishMeme
11y ago
Linkedin also wanted to connect me with my dead grandfather a few weeks after he died. I'm pretty sure he never had an account there. Felt a bit weird to have that email pop up suddenly.
48.
▲
by
ShellfishMeme
11y ago
Many companies offer relocation packages including travel costs and temporary accommodation.
49.
▲
by
ShellfishMeme
11y ago
Because I have no return values to hold on to. Everything in the render function is a side effect. There's no way to collect the intermediate dom representation in data structures and combine it together later. There is no room for asy
50.
▲
by
ShellfishMeme
11y ago
Virtual DOM approaches never really were about performance. They are about being able to write idempotent render functions in declarative style so that you don't need to deal with massive amounts of DOM state management. In the end you
51.
▲
by
ShellfishMeme
11y ago
I meant something like "cultural fit" screening. If you pay, I don't care if you are a freelance developer, a young couple, whether you are introvert and stay in your room, or tell us your whole life story over dinner. If y
52.
▲
by
ShellfishMeme
11y ago
Together with my friends, we are living in a large apartment, so there's often one room empty or extra space for people to sleep. We used to frequently host couch surfers, but in the end we have made the most friends and had the best e
53.
▲
by
ShellfishMeme
12y ago
Reasonable? For the price it costs to get from Berlin's city center to the airport, you could easily drive your own car to Hamburg - and probably back. I really don't understand why it has to be so expensive. For inner city trips
54.
▲
by
ShellfishMeme
12y ago
I'd be interested in experiences with what IPO means for internal processes, especially in the software engineering parts of the company. Any more supervision? Did the way development and deployments work change? I can imagine when you
55.
▲
Digital audio signals and how they really behave in the real world
(xiph.org)
1 points
by
ShellfishMeme
12y ago
|
0 comments
56.
▲
by
ShellfishMeme
12y ago
+1 for the named function expression. I really don't like pure function statements because of hoisting. You often end up seeing functions being used before they're defined which can lead to confusing bugs and hurts readability.
57.
▲
by
ShellfishMeme
12y ago
I'd recommend adding some more information on the index page. When I arrived I tried to scroll down hoping to find out what this is about, but instead I had to go to the 'about' page myself. Then I tried to read the 'a
58.
▲
by
ShellfishMeme
12y ago
It also kind of reminded me of Pi calculus ( http://en.wikipedia.org/wiki/Pi_calculus ). It's pretty fun to play around with and try to understand and replicate those examples on the page.
59.
▲
by
ShellfishMeme
12y ago
Isn't that a bit hypocritical? I bought the minecraft alpha from notch at an early stage because of promises of having a modding API added to it soon. Instead, lots of small insignificant features were added that I wanted nothing t
60.
▲
HN Berlin is coming on the 6th of March – Join us
(meetup.com)
4 points
by
ShellfishMeme
13y ago
|
0 comments
More ›