You should always use the native file picker and not shipping your own. That’s a good thing.
HN user
patwoz
meet.hn/city/de-Nuremberg
Available for work
Socials: - github.com/patlux
Interests: Freelancing, IoT, Mobile Development, Remote Work, Web Development
---
Nah, it’s ok for browsing the internet and for „slow“ games but for anything else it sucks
How does Tilt compare to “skaffold dev“? We use skaffold exactly for that purpose. To develop within a the cluster.
duplicacy :)
cd <whatever root you want to be backup)
duplicacy init -e <storage-name> <storage-url>
# set password for storage if neccessary
duplicacy set -key password -value <storage-password>
# edit .duplicacy/filters to ignore/add files to backup
vim .duplicacy/filter
# check which files will be backed up
duplicacy -d -log backup --enum-only
# run your first backup
duplicacy backup -stats
# add the following command to your crontab
duplicacy -log backup -stats
Yeah TV is not something everyone wants to play around with. Not even nerds. Especially if you have a partner which just want to watch tv. You just want to relax and watch tv without any issues.
Just never connect them to the internet. I just use them as a display for my apple tv.
I got 2 projects through my personal website. I can tell that because the email on my website is unique and not mentioned anywhere else. patwoz.dev :)
3 image example on small/med-low: jpeg looks better than jpeg-xl? but overall really impressive!
My vaultwarden server is behind a vpn, so I just don't need any security measurements at all :)
Just use remix. It’s so much easier and less painful.
I started using swift after the last wwdc and really fell in love with the language. It's really elegant and powerful at the same time.
I just tried the compiler flags, but the slowest expression is only 3 ms in my 1014loc project. Still very helpful to see where my slowest expressions are. I think I will set the threshold to 1ms and avoid slow expressions at all.
Please remove the need to create an account
My first split keyboard, where I could also easily change the angle. That was an ergonomic game changer for me. I can really recommend a split keyboard to anyone. In my case, it's a Dygma keyboard. I use vim as my primary editor and I've never been able to type so fast and for so long without interruption
I installed these apps on my mother's smartphone (Motorola) after the existing apps became unusable because they slowed down or displayed large banner ads.
Thank you for these great apps. I just donated to you :)
I had the same problem long time ago and I contacted a lawyer. He suggested that I write a letter in which I give the company 2 weeks to transfer the money with the threat of calling a lawyer if it is not transferred. And only then get an lawyer. The company transferred the money and the problem was solved in my case.
This looks awesome! Keep sharing. I think many newbies are looking exactly for something like that including me to get startet with AI :)
SEEKING WORK
Location: Nuremberg, Germany
Remote: Yes (Remote Only)
Experience: 10 Years
Technologies:
- TypeScript
- React.JS / React Native
- Jest / Cypress / Playwright
- Node.js / bun.sh
- sqlite
- Docker
- Github Actions / Gitlab Actions
E-Mail: hi@patwoz.de
Rate: 85 EUR / hr
Yes, It's much faster. Not just in rush hours. But apart from that I like to pay for products that make me more productive :)
I pay for
- ChatGPT
- proxyman.io (Debugging Proxy - life safer for development!)
- CleanShot (screenshots, screen recordings)
- PixelSnap (measuring distances, rectangles on desktop...)
- Little Snitch (Firewall but also good for network debugging, e.g. turn off network for specific app)
I donate to
- zig language (not using at the moment but looks really nice!)
- lunarvim (ready to use neovim configuration)
- neovim
- brew
- Asahi linux (linux for apple silicon)
- Minisim (menubar tool to lunch android emulators and iOS simulators)
Uh sorry. Yes, I meant mailbox.org
Did it for 5 years with mailinabox hosted on a cheap 3€/month vps on OVH with a custom .de domain. But I had severals issues in this time e.g. with mails coming from Office 365 Mails. So I switched 3 months ago to mailinabox.org along with my custom domain. Also paying just 3€/month.
Hey, I just started my Freelance career last September. I have the exact same years of experience and also located in Germany. You should take a look at Freelance.de and freelancermap.de. I'm getting 2-5 projects requests each day. I just finished my first project successfully and will start my second project next week. As a web developer I can earn 70-100€/h. That’s 2.5x more than I got as a full time employee. You should have at least 2 months of earnings as a backup due the payment deadlines. The only thing I regret is that I didn't start much sooner :)
I'm using Tailscale HTTPS for that
The biggest complain for me about nextjs is the testing part. Did you ever tried to create a Monorepo which includes nextjs and want to run integration tests like any other react app with react-testing-library? Good luck. The integrated routing solution makes it really hard. There is a Community solution to named „next-page-tester“, but nothing official. That’s much better with gatsby and it’s built-in usage of reach-router. I hope it’s the same with remix.
Yes, of course. But that’s the case for all new languages. You need to learn it. After some time you will be much faster in programming with a typed language as in a untyped.
Can someone explain the difference of redux to elm? I don’t see a difference on the first look. I‘m a React/Redux Developer.
I'm using "Genius Scan". Seems it has the same functionality but costs only 7,99€ once.
Whimsical
You can do that, but you don't have to.
See my example here at line 26: https://codesandbox.io/s/clever-neumann-89tnx?file=/src/App....
Typescript will inherit the type automatically.
I'm writing about <MenuSelect<User users={..} /> and not about Svelte. I don't know anything about Svelte except what I just learned in the article. I just don't like the syntax of <MenuSelect<User> /> and favour <MenuSelect /> instead, because Typescript will inherit it's generic type from users={...}
See my example here: https://codesandbox.io/s/clever-neumann-89tnx?file=/src/App....