Viewing profile — DerJacques
DerJacques
HN member- Joined
- Tue, Mar 07, 2017, 8:11 AM UTC
- HN karma
- 117
- Public activity
- 23 items
- HN profile
- View on Hacker News ↗
About DerJacques
No profile information was provided.
Recent public activity
-
comment
Comment #43596581
This is really cool! What a neat little exploration. I didn’t know about the history of the iOS keyboard, and this was a great insight.
-
comment
Comment #38172789
I agree that some parts of the process now seem more like “open”, but there is definitely a lot more magic in the new processing. Namely, threads can have an arbitrary length, and …
-
comment
Comment #36580348
Awesome! Thanks a lot for the feedback. Syntax highlighting sounds like a great idea, and I wouldn’t expect it to be a big performance hit. Exposing more API options (such as tempe…
-
comment
Comment #36579896
Oh no, sorry to hear that. If you could send it to manuel manuelt.de, that would be lovely! Thanks.
-
comment
Comment #36579690
That sounds like a bad time! Glad you were able to resolve it at the end. I do feel that being in the App Store can give a lot of value (and downloads), but it definitely comes at …
-
comment
Comment #36579398
Looks super clean! Great work. The idea of always having the Chat GPT a shortcut away is very neat. I have a similar toy-app called Chitty ( https://chitty-app.com ), and recently …
-
comment
Comment #35605107
I built https://chitty-app.com/ , which is a free client for MacOS (available via the App Store). It supports GPT-3.5 and GPT-4 in a simple iMessage-like UI. Chitty also allows you…
-
comment
Comment #35136040
Haha, I try to not be too serious about it all. Lots of stuff happening in this space. I went back and forth on the name quite a bit, and in the end I opted for this tongue-in-chee…
-
comment
Comment #35134607
This is my first ever SwiftUI app, and I had a lot of fun building it. I'm usually a web-person, but Electron just didn't feel right for this particular use case. Because I'm using…
-
story
Show HN: Chitty – A macOS native ChatpGPT client with custom assistants
Chitty is a ChatGPT client for MacOS, built with SwiftUI. Lots of ChatGPT clients are being published every day, but I wanted to focus on two things: 1. I wanted a "real" native Ch…
-
comment
Comment #30541559
This looks great! Congratulations. I particularly like the "shortcuts" to common actions like "Insert JS/CSS". That's very useful! I want to also give a shoutout to https://proxyma…
-
comment
Comment #28498565
Have you looked into Cypress ( https://www.cypress.io/ )? If I understand you correctly, it may actually do what you are describing here.
-
comment
Comment #25345079
It's actually a nice feature that has been available on Airpods Pro as well. The feature makes it feel like the sound is actually coming out of the iPhone / iPad / etc. When you tu…
-
comment
Comment #23146585
Could it be that you were using type-aware linting rules? If you have these rules enabled, ESLint basically has to compile all your TS files to check if the rules are followed. Not…
-
comment
Comment #22717113
Interesting. Wouldn’t that allow someone to sign up for service Y with an email address associated with an account in your system using service X, in order to get access to the acc…
-
comment
Comment #21137569
When the Courier concept was first shown, I almost couldn't contain my excitement. Now, ten years later, it feels like most challenges the Courier (and now the Surface Neo) tried t…
-
comment
Comment #19604964
By "they" you refer to the oil companies? Sure, they will go wherever there's oil to be found. It's the Norwegian politicians/people that I praise.
-
comment
Comment #19604674
I can't help but being impressed by Norway and the decisions they have made in regards to their oil. It would be very easy for the country to rely on their oil only, and forget abo…
-
comment
Comment #18131103
While the promise sounds great, it's important to note that no law has actually been passed. Also, incentives to increase sales of electric vehicles are yet to be announced. Denmar…
-
comment
Comment #17951044
I agree that Live Share sounds like the perfect solution. You can even share ports, so your friend can access your development server.
-
comment
Comment #17947297
You can do that, but the visitor's scroll position would be reset, when the modal is closed.
-
comment
Comment #14607313
My understanding is that the EU PSD2 regulation indeed is supposed to make banks adhere to a standardised API. That being said, I wouldn't expect a super easy to use REST api with …
-
comment
Comment #13809039
Great read that shows how web scarping can easily be utilised in a meaningful way. However, doesn't this script either send out the same text very often, or potentially send it out…