HackerTrans
TopNewTrendsCommentsPastAskShowJobs

lyptt

no profile record

comments

lyptt
·4 yıl önce·discuss
Seems to be magically working now. Probably some weirdness with GitHub gist URLs.
lyptt
·4 yıl önce·discuss
This looks awesome, unfortunately my attempts to use it result in showing some kind of placeholder blue image with a yellow and black corner, despite it appearing correctly in the list of available widgets. Hopefully that gets fixed soon.
lyptt
·4 yıl önce·discuss
I worked on an ad attribution service for a AAA games company and sold my soul in the process. It was neat maintaining a service that had 130m+ hits a day though, never had to deal with scaling like that since. Even neater was it was just two instances in production. Vertical scaling all the way!
lyptt
·4 yıl önce·discuss
Looks like they've claimed Brian Lovin's work as their own, judging by this commit:

https://github.com/Nym-HQ/nym/commit/3dda085064e745bd43f8b05...
lyptt
·4 yıl önce·discuss
I found graphics programming impenetrable until I found https://learnopengl.com. Going through the articles there was enough for me to feel comfortable working in all the other graphics APIs, even Vulkan.
lyptt
·4 yıl önce·discuss
From what I've seen, standards need to be picked up by browser vendors for them to become established.

Usually one vendor will implement it behind a flag, and if it gains traction then other vendors will follow suit before it becomes a generally available feature.
lyptt
·4 yıl önce·discuss
See also: https://news.ycombinator.com/item?id=8664671

Looks like supporting an enctype of application/json was proposed, but never went anywhere.
lyptt
·4 yıl önce·discuss
I've noticed it puts people on the defensive when I put 'just' in a sentence, even though I have no intent to disparage others with my words, so I make an effort to avoid using that word at all in any business setting. I've found it goes over much better when framing suggestions as 'Maybe you could try..." than 'Just do...'.
lyptt
·4 yıl önce·discuss
I've set up a Legacy Contact with my Apple ID, since that provides access to all of my data, with a close friend in the event of my death. It was fairly easy to set everything up and I just had to provide their email address and send them a document produced after the setup was complete.

It's definitely given me peace of mind, as I wouldn't want them to be in a situation where my entire digital life was lost to them. They would also then be able to close all of my accounts and notify others of my passing.
lyptt
·4 yıl önce·discuss
I never much point in them as a kid. I'm left handed and I found it harder to use left handed scissors in my left hand than using right handed scissors in my right hand.
lyptt
·4 yıl önce·discuss
I'd love to see something like constraint layouts in pure CSS. It's an incredibly powerful tool when building user interfaces.

I was really excited to see GSS (http://gss.github.io), however at the time it was far too slow to be usable in real projects.
lyptt
·4 yıl önce·discuss
This is a really neat concept. Fairly simple, but great execution. I'm digging the camera roll feature.
lyptt
·4 yıl önce·discuss
I like it a lot. My main annoyance is when you have tons of bookmarks like I do the list freaks out and takes a good 5 seconds to fix itself. They're doing great work though, can't be easy trying to maintain parity with Safari while adding web extension support.
lyptt
·4 yıl önce·discuss
Currently Orion since that gets me Safari + Ublock Origin. It's a little janky at the moment, but it's nice having Ublock back.
lyptt
·4 yıl önce·discuss
One option may be to investigate migrating rather than continuing to wait on Stripe's lack of customer service. When I was investigating Stripe Connect alternatives I found Square to be a good option. It was easy to migrate our billing code over and it acts essentially the same. The only key difference is the end user would access their own Square dashboard and manage their funds, rather than it all being managed by you.
lyptt
·4 yıl önce·discuss
I've used GitUp for years: https://gitup.co

Free, open source, and has really nice keyboard navigation / shortcuts.
lyptt
·4 yıl önce·discuss
I had an issue yesterday where Comcast forced me to go through their chatbot before I could speak to a human. That drove me crazy, because what I wanted to do I couldn't do on their website at all.

There needs to be some kind of escape hatch where you can get through to a real person. Companies that do stuff like this just make me want to stop dealing with them altogether.
lyptt
·5 yıl önce·discuss
From what I've seen, it's a common convention with game development to do non-blocking networking and update your network state every tick of your update loop.

It fits in nicely with how everything else works in your game loop, and means you don't need to deal with marshalling data to/from a dedicated thread.
lyptt
·5 yıl önce·discuss
Reminds me of when I interviewed for an internship at Fidessa in London back in 2011-ish. I remember the team lead talking about an in-house programming language they used called FidessaC which used a mixture of C and SQL syntax.

Seems like a lot of the banking world like to invent their own tech stacks.