HN user

devsquid

421 karma

Basking in the radiation of the bubble.

Posts0
Comments242
View on HN
No posts found.
Media Bias Chart 5 years ago

I only skimmed the page, but if you think CNN represents a left wing view you do not understand left wing politics. Ranking CNN along sides Jacocbin or Fox News alongside Breitbart just shows your political ignorance. This site just comes across as painful arrogant.

Both what are true? Have you ever lived in Texas?

Yes the like most urban areas they trend left and more ethnically diverse. Thus Texas is also trending left. I'm not sure what your point is.

Is your point that change is coming for Texas? I totally agree with that, but I think it's going to be a longer and harder fight than most think. From my experience a lot of the white population there are some of the worse bigots I've ever met.

My point was it's not a very free state, lol there are just certain specific things allowed. And it has low taxes so it's great if you're already rich and successful.

Lord you bought this story hook line and sinker...

But its pretty diverse, and it seems that folks with opposing viewpoints can still coexist here. I like that...

You hear this a lot lately from tech bros. It's hilarious considering how many things are illegal in Texas. Ya you can buy an assault rifle, but its illegal to buy hard liquor on Sunday. Have you ever looked at their gerrymandering? Did you know during the 2016 election they didn't allow mail in ballots?

I went with what they call the "Axial coordinates". I think the alternative, "Cube coordinates", causes a lot of issues and confusion when writing game logic.

This is cool. I recently wrote an A* pathfinding system for a hex based game. Choosing a good coordinate system 100% makes this easier.

I feel like a lot of the things I've read from Paul Graham suffer from the survivor fallacy. The tech industry idolization of him is itself a form of survivor fallacy and its infatuation with "wealth makes right" is almost incestuous. Most of what he writes is just a one line fortune cookie drawn out into a 3 page essay.

I HIGHLY recommend tech workers to actually break out of your bubble. So much of our ethos is being "free thinkers", but most of the "thought" is just repeated business pep talk.

Is Rust web yet? 6 years ago

Can I replace my Rails/Django/Flask already? Yup! Rust has mature and production ready frameworks

If you can't get the nuances why Rails/Django/Many other frameworks are a better solution for writing a web server than I dunno what to tell you.

Is Rust web yet? 6 years ago

I love Rust and I love the direction its pushing. But these kinds of websites are awful. If you can't get the nuances why Rails/Django/Many other frameworks are a better solution for writing a web server than I dunno what to tell you.

As with all things it totally depends on the scale you're at.

Redis is an extremely reliable service. I've never "lost" data with Redis.

Both Valve and Alphabet have shipped amazingly successful software. I think w/e they are doing works, that doesn't mean theres other ways that work 2.

Its cool they are using DP for some analytics. But its not quite the holy grail Apple and its fans has been selling it as. Because any analytics campaign using DP will always eventually average out to pure noise or end up being non-anonymous.

Heres a great interview from the ms researched that invented the technique http://www.sciencefriday.com/segments/crowdsourcing-data-whi...

One of the quotes I always liked from it is "any overly accurate estimates of too many statistics is blatantly non-private"

Theres lots of reasons to use Go. Mine is the language is really stupid simple.

Theres nothing fancy in the syntax, you can pick up a project you put down months ago and easily start working on it again

Swift 3.1 Released 9 years ago

Yea, but the Swift compiler is extremely buggy. Plus its gotten buggier with each release.

Affordable Care 10 years ago

The fact my nation is as wealthy as it is but it does not want to invest in the health of its people is insanity to me. Health insurance is essentially a bet that someone's health cost will be less than their monthly premium. Why would my country not take on that bet? It seems like something that would be way more effective if it was orchestrated on a national level. (ノಥ,_」ಥ)ノ彡┻━┻

Eventually someones going to create a XML based layout language to use to construct views in the Canvas, we could even call it HTML ;)

I'm not a web developer either and I look forward to WASM and its potential. But I really like HTML, I've used lots of layout languages before and I think HTML is the best I've used. The only thing I find HTML to be obtuse about is complex animations.

I feel your sentiment. But I always thought getting browsers to adopt Dart was a crazy and impossible idea. I was actually glad when I heard they had abandoned that plan.

Flutter confuses me. Its annoying you have to use their DSL for layouts rather than HTML and what about native widgets, like WebViews or VideoPlayers?

With them drastically speeding up the Dart2JS compiler and implementing a strong typed mode, I am quite pleased with Dart's direction.

I do still fear for its future. It would be really to sad to see Dart die. The last web app I made, I was able to make the entire thing in under 90kbs, including HTML, CSS, SVGs, and JS. Dart allows me to write desktop like applications for the web with any extra overhead.

There are some web frameworks that are indevelopment. That does not mean Swift has gained any traction. Also having toyed around with one, the experience was not great.

When writing a server, I would take Go over Swift anyday. It out preforms it, uses less memory, its simpiler, oh and it uses a "tradiontal" GC.

I get your point, programming language communities all have a certain level of fan-boyism. However I find Swift's community to be particularly abhorrent. I stopped partcipating when people started to ask if certain codes is "Swifty" and people would judge the merit of something on whether its "Swifty". It also got tiring with how militant they were with other programming languages, especially Java.

Well that doesn't bode well ;) Sierra's dock is sooo buggy. I have to restart my machine numerous times a day because the dock stops working, literally doesn't work lol. I'm sure theres a way to restart just the dock app, but eh i've been quite busy. Sierra has been one of the buggiest version of Mac I can remember using.

I would surprised if they actually did tho. I know someone did some static analysis of the apps for mac and iOS and found Swift was barely used at all.

No I'm not confusing them. I'm responding directly to the comment that Chris lattner represents a more measured approach to software development than is tradition in the tech industry.

I don't think Swift stands to gain wide spread traction outside of Apple orientated app development. Aside from a lack of stability, Apple is to well known for boxing its competitors out. I've used and loved their products my entire life and I know how annoying it is to go against Apple's grain.

Sure Lattner and Musk are interesting people, but I find the level of hero worship in the tech industry to be sickening.

Having used compilers for a few new languages (Rust, Go, Dart, Kotlin, Swift). Swift is the only one I've had any issues with as well as Swift seems to be the only language to have adopted the "move fast and break things" philosophy of Silicon Valley. I dunno, I just don't see the argument.