HN user

pault

4,781 karma

I am a UI designer and front end developer residing in Austin, TX. Feel free to contact me for any reason: echo ZW5naW5lZXJpbmdAaW50ZXJuZXRwYXJ0eS5pbw== | base64 -d

Posts27
Comments1,635
View on HN
news.ycombinator.com 5y ago

Ask HN: Are “Social Justice” questions in job interviews legal?

pault
23pts16
web.archive.org 5y ago

Is 'Web 2.0' Another Bubble? (2006)

pault
1pts0
blog.mozilla.org 7y ago

100,985,047 have been invited to the Evite data breach “party”

pault
2pts0
www.cnet.com 7y ago

Cable companies push '10G' at CES

pault
1pts0
github.com 7y ago

Microstates: Composable State Primitives for JavaScript

pault
3pts1
mashable.com 9y ago

Right-to-Repair is ridiculous

pault
2pts0
news.ycombinator.com 9y ago

Ask HN: Anybody using Webpack 2 in production?

pault
6pts1
doubleyourfreelancing.com 10y ago

The Freelancer’s Guide to Client Retainer Agreements

pault
3pts0
techcrunch.com 10y ago

Americans think most human jobs could be automated by 2065

pault
1pts0
tiles.crawl.develz.org 13y ago

Dungeon Crawl Stone Soup Webtiles (browser based rougelike)

pault
1pts1
www.recommendedusers.com 14y ago

Curated list of influential G+ users.

pault
2pts0
www.python.org 14y ago

PEP 380 Finalized: Syntax for Delegating to a Subgenerator

pault
3pts0
github.com 14y ago

Smart/lossless compression algorithm for repeating data structures

pault
3pts3
www.latimes.com 14y ago

Engineer spent workdays at movies, bars, and Air Force paid for it

pault
1pts0
latimesblogs.latimes.com 14y ago

SpaceX poised to make history with space station docking

pault
2pts0
www.macgasm.net 14y ago

Analyst: iPad 3 going Retina, launch in February

pault
1pts0
www.purdue.edu 14y ago

Researchers develop 3D nanowire transistor, target 10nm.

pault
2pts0
news.ycombinator.com 14y ago

Ask HN: What SaaS are you currently paying for?

pault
34pts20
www.forbes.com 14y ago

Google+ rolling out facial recognition

pault
1pts0
css-tricks.com 14y ago

Embedding Forms in HTML Emails

pault
1pts0
github.com 14y ago

Masonry dynamic grid layout decoupled from jQuery

pault
1pts0
24ways.org 14y ago

Client-Side Adaptive Images For Responsive Designs

pault
1pts0
www.class-central.com 14y ago

Class Central: directory of stanford online courses

pault
4pts1
www.latimes.com 14y ago

Dance fitness games sales outperform general games sales by 132%.

pault
1pts0
www.bworldonline.com 14y ago

AT&T hackers linked to terrorist group arrested

pault
1pts0
papers.ssrn.com 14y ago

Estimating App Demand from Publicly Available Data

pault
2pts1
whatdoesawebsitecost.co.uk 14y ago

What does a website cost?

pault
1pts0

It’s just an anecdote but I quit a job because the CEO fired an extremely good manager that I worked with. If a company has issues, a good person getting fired can lead to a mass exodus. In my case about half of the developers followed closely after me.

HTML First 3 years ago

The chances of this happening before your project is obsolete are pretty slim.

Edit: it depends on what you mean by "bites the dust". If you mean "isn't cool anymore" then I'd say that's kind of irrelevant. If you mean "isn't supported anymore", I don't see that happening any time within the next decade at least. Rails isn't cool anymore but it's still supported and lots of people are still (more or less) happily using it at their day jobs. React is so widely used it'll be kept on life support long after it has been supplanted by something better, if and when that happens.

Have you tried working with recruiters? In my experience applying directly might as well be sending your resume directly into a black hole. If you turn on the “looking for work” setting on linked in you’ll probably get plenty of opportunities to interview. I was interviewing in the spring and I had a few interviews lined up within a week this way.

Try a keyboard running QMK firmware. You can map a single key to multiple codes depending on the length of the key press. I use caps lock as escape if released immediately, and control if held down. Putting the modifiers in the bottom corner of the keyboard was a sadistic design choice.

The proliferation of LLM spam websites has made it completely impossible to search for any video game related information. Every search returns hundreds of sites with the same garbage chat GPT articles derived from Reddit or game wikis. Ironically, this makes the source material impossible to find. It’s really dire.

Probably bundling the server side dependencies into the client. I’ve also seen this happen when people add uncompressed 4k png images and the build tool is configured to inline all static assets. Obviously there was a lack of domain knowledge in the company or this wouldn’t have happened.

That’s interesting, I’ve been on vyvanse for five years now and never felt any of the telltale signs of dependency (which I am familiar with). I had to stop taking it for a month once and it just made me very drowsy for a week.

"Just" sending it overseas to be coded is more likely to end in failure than success, unless you have a lot of experience and know what the pitfalls are (which is a very expensive education). I'm not picking on developing countries; the same goes for big enterprise contractor providers in the U.S. They have no incentive to write stable, maintainable code. Their incentive is to make it just stable enough to not get sued and get it out the door as quickly as possible. An employee that will have to live with that code for several years will focus on maintainability purely out of self interest if nothing else. As to whether overseas firms are able to undercut domestic firms, it's a possibility, but anyone that has dealt with time zone issues and cultural barriers most likely knows what they are sacrificing to get that discounted rate.

I believe weaponized drone swarms should be categorized with chemical weapons, cluster munitions, etc. A few thousand drones carrying shrapnel explosives and trained to recognize humans is basically a mobile minefield. It’s terrifying, really. I expect they will be used heavily if WW3 comes around, with devastating effect. Much like horse mounted cavalry encountering machine guns for the first time at the beginning of WW1. I’m not a weapons expert, so I could be wrong, but it seems so cheap and practical I can’t think of a scenario where it doesn’t happen eventually.

I’ll address the elephant in the room; I think that at this time, the use case for this with the widest potential for adoption is VR porn. I would very much like to see how well this adapts to, uh, organic surfaces. I’m not joking, so please don’t downvote me. :)

What do I mean by that? The applications that I work on do a lot of composition of apis, reshaping the data and caching on the frontend since our backend teams are micro services teams.

You may want to consider whether you're doing the back end devs' work for them. :) I'm a FE dev working with a lot of microservice back ends for the last 3 years, and a realization that I had early on was that the back end devs were reducing the back end complexity by pushing it into the front end. Whenever I find myself writing transaction logic for an operation that cuts across multiple services, I suggest we use a backend for frontend (BFF) service that performs those transactions instead. There is an incredible amount of complexity in the front end already, and things like read/write transactions and data consistency are not front end concerns. At my current gig we use an event driven saga architecture[0] (inspired by but no relation to redux-saga) to keep multi-service transactions out of the front end, and it just feels like everything is where it should be. Instead of using a front end saga, the front end sends a graphql mutation to a back end saga and gets back a transaction id, which it can subscribe to and get status updates on the transaction (ie. state and errors). It wouldn't make sense to have your back end devs manage the state of a dropdown, so why are they always asking us to manage their data transactions? :)

[0] https://github.com/social-native/kafka-sagas (this is a purely back end library; the front end queries the saga state with plain graphql operations).

Hot swappable switches is a common (premium) feature in the mech keyboard world. There are many examples, but the ergodox EZ is one that is very similar to TFA, but without the contours.