HN user

hypercluster

38 karma

hnchat:2OzneexPtke4rKzYh38C

Posts3
Comments51
View on HN

That's actually something I've changed my mind about.

Been a long time Linux user myself and kinda hated on Windows.

About a year ago I got a Macbook Air and while I appreciate the UI, that one really got in the way of working.

There's no apparent way of going up one folder in Finder and by default you don't even see full paths. Closing windows doesn't really quit the app, maximizing windows does a weird kind of maximizing, you need to install an app to get window snapping... Terminal is nice though!

Decided to give Windows a try again recently and with the WSL I don't see too much to complain about. System settings are confusing and weirdly hidden in different apps, updates are unnerving etc. yes but in terms of daily use no obstacles.

Have to use Windows at work as well and aside from updates nothing work-hindering.

HomePod 8 years ago

Really curious how well that would work. Even two HomePods won't do real stereo because sound is supposed to be equally spread throughout the room.

But especially with movies the difference between left and right is kinda important.

HomePod 8 years ago

Well, maybe it's just a price thing. A bigger speaker would probably have cost too much.

And while I agree that with speakers like Dali Zensors or Denon MC41s affordable solutions exist.. you'd still need an amp with airplay, calibration etc.

Also you can't just put stereo speakers on your table in the middle of the room. If there would be a good spot for them something like the airSOUND AS 30 (active speakers) would be an alternative. Plus subwoofer you'd be at the same price point.

I like the simplicity of React though I don't mind the Vue templating language that much either. Sometimes I actually prefer Vue templates because with React you often see components where it's not so clear how the rendered output will look like.

Well I'm trying to build something but it's tough since there aren't a lot of english resources. Most of the articles or tutorials out there are chinese.

Right now for example I'd like to to use the iOS simulator with hot reload and can't get it to work. But yeah the basics work, so if you haven't got anything too fancy you can give it a try. If you need some special modules or something it's gonna be difficult compared to react native where you have a wealth of addons.

You could take a look at Nativescript as well. Though it's more in the early stages and of course backed by Telerik (who probably want you to sell you components or something at some point) which kinda steered me away from it.

I've started playing Destiny 2 and wondered the same thing. There are enemies seen by me and other players at the same time.

So the enemies have to be controlled server side not locally. Also there can be (and will be) a lot of enemies around the "Destiny world" at the same time. What kind of servers do you need for that? That's not just processing HTTP requests and fetching data.

I'd really appreciate an easier way to take a dog on a flight. When my dog was brought here via plane it had to be transported in the cargo area which is just a horrible thought!

You could also go into areas that are less code intensive. So what I mean is for example ETL where you often use visual tools to develop data integrations. It's still engineering but more approachable or less complex. Same with Business Intelligence where you maybe develop reports (also tool based).

I always was a religious RSS user and put all the interesting feeds in there. But I realized that it just becomes too much work to get to "inbox zero".

So now I have some feeds left with acceptable volume (games: Eurogamer, Polygon, Kotaku..; Apple feeds; Webcomics; Deals).

The rest I just browse throughout the day: Guardian, Arstechnica, Reddit.. Little exception for HN: I use hckrnews.com now because there I can choose whether I want to see all homepage entries or -if I don't have the time- only the top 20%. (every site should have that!)

I used to use bookmarks as well but now I just dump it into iOS Notes although I'm not fully happy with that.

I've been wondering the same thing. One good thing about the SPA approach is that the backend is not coupled with the frontend. With Razor you directly interact with your model and put logic in the view. If you just have an API backend (Web API in this case) the frontend can do whatever it wants, so pure frontend designers can just go ahead with what they know, mock the API and write tests without the need for the backend etc.

Okay I go ahead and say it: I still like Angular 1.x

I feel like there's a lot of hate towards Angular and much praise for React. Personally I don't get along with the syntax and just the readability of React code or rather the structure. But that may just be my lack of experience with it.

I understand that the DOM diffing in React is superior but.. is it really that important? For me the two-way data binding of Angular takes away the headaches of doing updates with jQuery. Sure, I get that having to follow the "Angular" way and wrapping foreign libraries is overhead. But it still feels adequately simple to write applications with it.

Okay it's actually similar for us but nobody gets Sky with normal pricing, there's always an offer that gets you Sky + Entertain + Movies + HD for 30€. Sky Ticket Entertainment is 10€ + Movies Ticket 15 € so it's aaaaalmost the the same. Maybe I'll switch to Netflix + Amazon + Sky Entertainment too and live with the fact that I'll miss out on movies.

I'm from Germany but we do have those Sky Tickets as well. It's tempting but if you get both tickets (Entertainment and Movies) then it's actually as expensive as the real thing here. Plus there's always content that's exclusive to TV.

I didn't like the Netflix Marvel stuff but you're right there are good shows on there no question. I enjoyed The Expanse and Killjoys too (on Sky) but good to see that those are available too (although Killjoys not in Germany it seems..). But as soon as the second seasons of The Expanse starts it will take a while until Netflix has it whereas Sky will show it sooner (or did Netflix get better with this?).

Thanks for the insights! I tried out all the featured projects and they all have the "card" swipe. Reading your post I get why it's implemented like this. Getting as much in JS as possible. However if you push it too far you'll end up with something like Ionic. I guess it'll all meet somewhere in the middle where you have the basic blocks native and JS where native is too hard.

Always interesting to see how cross platform is evolving (this and also Xamarin update recently), wonder how the Google and Apple regard this. Anyway, I just tried out the Expo App on iOS and noticed that the back swipe animation does not seem to be native in the examples. Is there a reason for that? (that's something I always try out of I want to check if an app is native).