Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
meekins
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
meekins
9d ago
The rendering won't be 1:1 but installing the most common MS fonts already does a lot
2.
▲
by
meekins
25d ago
Due to its simplicity it's a fun little processor to program. Hacking on some assembly on a ZX spectrum emulator is a nice way to stay sane in this high abstraction LLM age.
3.
▲
by
meekins
6mo ago
It also supports proxies which is important to some corporate back-end scenarios
4.
▲
by
meekins
6mo ago
Really excited about this! At least in Sublime Text I've found multiple cursors a really powerful tool for ad-hoc transformations on snippets of semi-structured text or instantly and visually applying the same edit on multiple similar
5.
▲
by
meekins
6mo ago
Please recommend a troubadour who knows the Neat Records, Guardian Records n' Tapes and Heavy Metal Records singles catalogues and I'm sold :)
6.
▲
by
meekins
8mo ago
The comment was especially about TypeScript. Unlike the ancient JavaScript versions best used for web sugar you're possibly thinking of, it's a highly pragmatic and well designed general purpose programming language with an unique
7.
▲
by
meekins
10mo ago
This is what I've done in those rare cases I've had to fix a bug in a tool or a library I've used professionally. I've also made sure to do that using online identities with no connection to my employer so that any small
8.
▲
by
meekins
11mo ago
Developer-specific sandbox environments with hot code reload is the golden standard here but Localstack is great if you can't do that due to (usually IT deparment-related, not technical) reasons.
9.
▲
by
meekins
11mo ago
As someone with years of experience on serverless stuff on AWS I might be a bit biased BUT I'd argue serverless is the sweet spot for most applications. You need to remember however that most applications aren't your typical start
10.
▲
by
meekins
11mo ago
The 4.x series was the one where the ideas still making Plasma so powerful were seeded. While I loved KDE 3 the design for 4 seemed revolutionary. Too bad it was alpha/beta quality up until the 4.6 release years later. I fared through
11.
▲
by
meekins
2y ago
Smartphones?
12.
▲
by
meekins
2y ago
In a sense the simplicity of SLS is a trap: immediately when you need to move past the synchronous lambda invocations via API GW use case (caching, service integrations, step function workflows etc) you need to either fall back to plain Clo
13.
▲
by
meekins
2y ago
In an AWS scenario I can think of: Pro vs pulumi: you get a declarative template to debug and review Pro vs CDK: The declarative template is applied via APIs instead of CloudFormation. The CDK CloudFormation abstraction leaks like hell
14.
▲
by
meekins
2y ago
Same story with Azure. All the good services are acquisitions, rest is low quality feature catch-up with AWS augmented by a terrible IAM system.
15.
▲
by
meekins
2y ago
KRunner [1] on Plasma is pretty awesome. Plenty of plugins available [2] and it's also very useful out of the box on most distributions. [1] https://userbase.kde.org/Plasma/Krunner [2] https://store.kde
16.
▲
by
meekins
2y ago
I loved the folder view! It really highlighted the shift to a modular design in Plasma and solved the problem of desktop eventually ending up as a garbage dump of stuff that at some point was relevant but now impossible to find by providing
17.
▲
by
meekins
2y ago
Overload is awesome! However I wonder if some remnants of 90s game design like tight time limits and repeating enemy ambushes that make the game such a familiar and intense experience for the old school in reality disadvantage the game and
18.
▲
by
meekins
2y ago
The only Windows box I have is an AMD-based gaming rig and last time I checked the hardware isn't Windows 11 compatible. Time to check out how the gaming experience on Linux is these days.
19.
▲
by
meekins
3y ago
It would be awesome to see Git becoming decentralized again but what's the likelihood of GitHub implementing this?
20.
▲
by
meekins
3y ago
My current primary workstation is very low spec and old compared to a M2 Mac. On that machine Sublime Text is very performant and provides an awesome code writing experience through LSP. I use it as a daily driver with TypeScript, Go and Da
21.
▲
by
meekins
3y ago
The CoC doesn't ban supporters of specific political agenda or party line but it is a banned topic. Anyone who's been on the internet in the past few years knows how passionate these supporters can get. That's a magnet for he
22.
▲
by
meekins
3y ago
If they wanted non-sanctioned editors integrating Copilot they wouldn't have taken the extra steps of implementing an obfuscated LSP but provided an API or a plain client library. At best this could be a pet project by a Neovim fan GH
23.
▲
by
meekins
3y ago
It's interesting that the #2 selling point on the landing page (the Copilot integration) relies purely on Microsoft's goodwill. There is no official API for Copilot but instead a (non-standard) LSP implementation embedded into the
24.
▲
by
meekins
3y ago
It's a sad world when a thoughtful, well-structured, obviously experience-based and informative comment is immediately assumed to be word guessing machine generated garbage.
25.
▲
by
meekins
3y ago
This is very disappointing after migrating to Insomnia from Postman a couple of months ago. I did the migration even when my company provides Postman licenses for the employees because I don't need nor want the "collaboration"
26.
▲
by
meekins
3y ago
Eric Evans: Domain Driven Design The vocabulary might seem foreign today but the concepts are as crucial as ever in the world of modern microservices.
27.
▲
by
meekins
3y ago
It's a great relaxation language for hobby projects. After a day of cranking out tight functional style Typescript at $DAYJOB it's refreshing to work in a "stupid" language where the space to search for the most elegant
28.
▲
by
meekins
4y ago
Serverless runtimes don't shut down the instance immediately after the invocation is complete but keep it up for an undetermined time depending on many factors (usually ~15 minutes) in order to process a possible new event without the
29.
▲
by
meekins
4y ago
I stopped using the Severless framework when CDK came out. For simple cases it's still fine I guess but a lot of time I found myself falling back to plain CloudFormation (ugh) or relying in plugins with questionable maintenance status.
30.
▲
by
meekins
4y ago
In contrast to provider-native serverless solutions, cloud agnostic solutions carry a high price tag for the entire application life cycle in form of operations - those people petting your k8s. A common misconception regarding serverless ap
More ›