Y
HN Search
Hacker News Search
new
|
comments
|
top
|
jobs
towawy
searching Neon…
1.
▲
2.
▲
3.
▲
4.
▲
5.
▲
6.
▲
6 ms
·
1.
▲
by
towawy
2y ago
…or a high number to brag!
2.
▲
by
towawy
2y ago
I'm also still searching. If anyone is looking to part with a ticket, feel free to send me an offen. Contact is in my profile
3.
▲
by
towawy
2y ago
Models trained on Google TPUs according to Reuters [0]. Does anyone know the "technical document" the news article references? [0] https://www.reuters.com/technology/artificial-intelligence/h...
4.
▲
by
towawy
2y ago
Alternative upload for [2] on Youtube https://youtu.be/5TosI6r-5_o
5.
▲
by
towawy
3y ago
You can also construct programs in Turing complete languages to always halt (e.g. by bounding the number of iterations of all loops, usually with the tradeoff of limited input size).
6.
▲
by
towawy
3y ago
Surprised to find 0 mentions of state machines, which they seem to have rediscovered, in this article.
7.
▲
by
towawy
3y ago
Reach out to other contractors who you’ve worked with directly (e.g. worked on the same project at a former employer) and valued/praised your work.
8.
▲
by
towawy
3y ago
…or they might have determined that they‘d rather spend their time on something else. Keeping control is a (mostly time) commitment and liability. You have to stay on top of things and actively decide on issues that inadvertently come up.
9.
▲
by
towawy
3y ago
Chrome Dev Tools has had that feature (for css specifically, not transpiled languages) for years. https://developer.chrome.com/docs/devtools/workspaces/ We used to have full WYSIWYG editors in browsers as far
10.
▲
by
towawy
3y ago
Workaround for anyone struggling with this: Use the Import feature from the Files menu instead of the usual Open dialog for csv files. You can change decimal separators in the import wizard.
11.
▲
by
towawy
3y ago
This development style might be a better DX for the teams. But Facebook on the web is an absolute dumpster fire if you use it in a professional capacity. You can't trust it to actually save changes you've made, it might just fail
12.
▲
Ask HN: What's the state of mobile app monetization in 2023?
4 points
by
towawy
3y ago
|
0 comments
13.
▲
by
towawy
4y ago
Merge conflicts that must be resolved by the user (i.e. when there is no logical way to determine the priority of two offline changes) are still an application specific problem, even with CRDTs. You can build structures that allow storing c
14.
▲
by
towawy
4y ago
It's important to note that AppleCare is Apple's manufacturer warranty, which doesn't have to be 2 years. The counter-party for the 2 year warranty in EU consumer law is the seller, which might or might not be Apple (e.g. if
15.
▲
by
towawy
4y ago
I made a similar learning when messing with PAM to enable TouchID with sudo on a Mac! Edited the config with "sudo nano /etc/pam.d/sudo", a typo slipped in, saved the file and closed nano. After that sudo was broken
16.
▲
by
towawy
4y ago
A lot of tech debt is self-inflicted, but not all. Decay is induced by external forces and the same thing can happen in software, e.g. when underlying platforms change. Mobile apps are pretty high maintenance because you often have to chang
17.
▲
by
towawy
4y ago
I'm curious, how did you establish the Postgres connection?
18.
▲
by
towawy
4y ago
Microsoft Excel. Manipulating tens or hundreds of thousands of rows, including cross-referencing across tables, is just so satisfying and much faster than doing it with a DB or code. Alternative spreadsheet software do some things better, b
19.
▲
by
towawy
4y ago
How do you find a decent domain on a trusted TLD in the year 2022 for a personal website?
20.
▲
by
towawy
4y ago
Not a doctor, but I also started to using the dictation feature on my iPhone more and more recently. It's often more convenient than typing when I'm walking (which I do a lot) and the pickup of voice messaging, talking to your pho
21.
▲
by
towawy
4y ago
Maybe there is a market for complete, comprehensive documentation by a 3rd party? Something similar to "definitive" programming books of the past, but web-based / searchable and maybe importable into IDEs.
22.
▲
by
towawy
4y ago
So this makes me wonder: how common is desktop app development with Java these days? I imagine there is still a lot done for internal app, but is it still viable to ship Java apps to end users? How you handle JRE distribution in that case?
23.
▲
by
towawy
4y ago
I strongly agree with this. You need someone around that actually uses what you develop, be it dogfooding or structured QA. I wonder if there is any books on game/software QA akin to Masters of Doom or Stay Awhile and Listen? Those pre
24.
▲
by
towawy
4y ago
Have you gziped it? The website of in OP is 30k uncompressed of HTML.
25.
▲
by
towawy
4y ago
"The survey must be bad because it doesn't fit my optics" is an awful take.
26.
▲
by
towawy
5y ago
Git credentials are not a huge deal if you use ssh keys. You can forward your local ssh identity to the VM / remote host by adding these options to the Host entry in you ssh config: IdentitiesOnly yes AddKeysToAgent yes Forward
27.
▲
by
towawy
5y ago
There is way to little talk about this. Apple might still be entitled to the 30% (of gross purchase price paid by the customer) even if the developer is not using the IAP mechanism. The ruling did nothing to invalidate that.
28.
▲
Ask HN: What Killed Manual Software Testing?
19 points
by
towawy
5y ago
|
13 comments