HackerTrans
トップ新着トレンドコメント過去質問紹介求人

jamil7

no profile record

コメント

jamil7
·6 か月前·議論
They mostly help with centralising UI concerns. I’d imagine your camera app has less of that type of code and more code related to the respective camera APIs, which those frameworks don’t help much with. So I’d say no.
jamil7
·8 か月前·議論
It's cute but are there any actual nerds left in big tech leadership? Of the magnificent seven we basically only have Jensen Huang left as a technical leader and maybe you can count Zuckerberg.
jamil7
·8 か月前·議論
Yes, it's a leadership failure and probably time to go, it only gets worse. In my experience. It's a vicious cycle where, as velocity slows, inexperienced leadership gets more and more panicked and starts frantically rearranging projects, features and people in desperate attempts to fix the problem, obviously exacerbating the communication breakdown and gridlock further. It also builds resentment and can turn pretty toxic as everyone starts just looking out for themselves.
jamil7
·8 か月前·議論
Yeah I think they all shed under heavy load as part of some scaling strategy.
jamil7
·8 か月前·議論
In most trading advice, cutting loses as soon as possible and as emotionlessly as possible is emphasised heavily. It's also physiologically one of the hardest parts for people to do consistently.
jamil7
·8 か月前·議論
I don't shoot 120, only 35mm. But I thought you could get away with a high end flatbed scanner for 120 negatives?
jamil7
·8 か月前·議論
In general it's a bit of a closed box, it's not that easy to work with and to me felt unreliable and difficult to debug. Running migrations can be easily forgotten and this needs to be done in the dashboard as far as I remember. There aren't official APIs to check certain things like if the user has quota, what to do when the quota is full, how to communicate that etc. I think you may be able to check if it's enabled though. Another one is its not cross platform in any meaningful way, I thought this would be fine initially but as the app I worked on developed it was clear a web or Android version would be nice to add without being tied to an Apple account. I ultimately removed it and wrote my own optional sync layer with my own auth and no one seemed to mind. This thread might be useful https://mastodon.social/@marcoarment/109540935902363728

Most of those things can probably be worked around and might not be applicable to your app but for me it went to the bucket of technologies not to touch again.
jamil7
·8 か月前·議論
The developer fee is a business expense for anyone publishing software as an entity on the App Store. This is the same as any other expense someone might require for their profession, it doesn't have anything to do with their financial security.
jamil7
·8 か月前·議論
Just a heads up from someone who's gone down iCloud sync path before. Make sure you're aware of the tradeoffs before relying on it for your app. It has a lot of downsides that aren't immediately obvious due to it relying on the user's iCloud storage quota. Many user's don't understand this and will leave 1 star reviews etc.
jamil7
·9 か月前·議論
Had a coworker paste an error log from a repo I maintain in Slack with an LLM summary of the log, three dot points which were written quite clearly in the log if he’d bothered to read it.
jamil7
·9 か月前·議論
There's no incentive for them to do so, so they won't.
jamil7
·9 か月前·議論
There's a lot to unpack here but to me your comment sort of contradicts itself. You're saying these things are in their infancy and therefore not able to produce code at the standard of a skilled software engineer. But you also seem to have an axe to grind against code review, which is fine but wouldn't that mean code review is even more important? At least right now? Which is kind of the point of the article.
jamil7
·9 か月前·議論
You can do over 100k if you freelance but it's risky to be a freelancer in a lot of ways in Germany. Salaries in Berlin and Munich are approaching 100k or over for leadership roles. The problem is COL in both cities is high and Berlin you basically can't get a flat anymore even if you can pay the rent on it.
jamil7
·10 か月前·議論
> (e.g. marketing radium water to cure what ails ya)?

Sounds like something the current US health secretary might actually like.
jamil7
·10 か月前·議論
Yeah, also the CI queues start to get longer towards the end of the EU day as the Americans start their day.
jamil7
·10 か月前·議論
The problem of meeting demand is in industrial use and residential heating, both of which aren’t typically electrified in Germany. The problem has more to do with an active war and an industrial sector built on cheap Russian gas.
jamil7
·10 か月前·議論
I also do this quite a lot but pair it with an automated test to repeatedly trigger the breakpoint with different values and round out the tests and code accordingly.
jamil7
·10 か月前·議論
> A good way to partition the complainers into serious and unserious groups is to ask for a written plan

This can be good but I've seen it weaponized before by an incompetent cto to deflect and delay any change. He would ask for written proposals on the most minute details until people just gave up trying to fix anything.
jamil7
·10 か月前·議論
Don’t most of these services have config options to protect against doing this? I haven’t used most of these services but it running up a bill during traffic spikes but not going down seems like it’s working as intended?
jamil7
·昨年·議論
> All this recent hype about sync engines and local first applications

Kind of but only really in the web world, it was the default on desktop for a long time and is pretty common on mobile.