ExploreTrendingAnalytics
Nostr Archives
ExploreTrendingAnalytics

Frederik Handberg

9c9f81…ffaec2
43Followers283Following64Notes

23 🇩🇰 Studying for a degree in Software Engineering while building fun projects and working freelance as a News Photographer 📷 I share my software projects, photos and videos from my work as a news photographer, and progress updates as I learn to sew garments. Basically, I just write about my hobbies. frederikhandberg.com

31 total
Frederik Handberg10h ago
Pictures are from September 🍂 Really is a beautiful month. _(re-uploading with Blossom to keep local backup)_ 📝 4674ee6b…
0000 sats
Frederik Handberg10h ago
I just found out the Haven app can find all your Blossom media and save it locally as a backup. https://github.com/btcforplebs/haven-mac The only thing I can’t get working is videos in the ‘Viewer’ tab. I’m unable to play my Blossom videos and they also cannot show a thumbnail. Getting “No Preview ERROR 404”, but otherwise it’s working great.
0200 sats
Frederik Handberg10h ago
It’s gotta be nice having all that fur to keep warm in the snow ❄️ It’s like a big winter coat 🧥 _(re-uploading with Blossom to keep a backup)_ 📝 2caeadda…
0000 sats
Frederik Handberg11h ago
Should have started using Blossom way earlier… I’m now keeping a local backup of all my Blossom files. 📝 0de7c01b…
1000 sats
Frederik Handberg11h ago
I’m re-uploading some media files using Blossom to keep a backup in case hosting providers start deleting stuff. 📝 decf4665…
0000 sats
Frederik Handberg11h ago
I'm testing re-uploading the image using Blossom... 📝 8333e11a…
0000 sats
Frederik Handberg23h ago
I adjusted the idle screw. Now the RPMs are much lower. It’s difficult to find the sweet spot. Either it’s running too rich or lean. But it at least now it’s not going full speed at idle 😁 📝 86050339…
0000 sats
Frederik Handberg1d ago
On our morning walk 🌳
1000 sats
Frederik Handberg1d ago
This little RC nitro car has not been running for about 10 years. I replaced the glow plug to a new one and the tubes for fuel. It can start but then stops when I lower the RPM. It seems to not be getting enough fuel.
0100 sats
Frederik Handberg4d ago
This is the 3rd t-shirt I’m #sewing. The first one, I had made the neckband way too long and the top-stitching was bad. But the sizing was good, so my pattern that I made in CLO3D turned out really great. The second one was pretty good. Neckband was perfect length, but the neck cutout on the back piece was too far down I think. On this third version I have changed the neck cutout slightly on the back piece, but otherwise everything is the same.
0000 sats
Frederik Handberg7d ago
Agree with this. It is a problem that you cannot reset your nsec like you can with a password on Instagram, but it’s a hard problem to solve for anything decentralized with cryptographic keys, so I don’t see that changing. Idk what the solution is, but assuming that non-tech people will be able to manage a keypair is hard for me to believe. People click all sorts of shit on Facebook all the time and get their account hijacked. Just looking at my own family, I’ve seen it happen… But then again, who is the target audience of something as nerdy as Nostr? The barrier to entry may not be very high for opening Primal, generating a keypair, and looking at the feed. It just looks like a normal social network, so it’s familiar, but there is quite a bit of terminology to understand which increases the barrier to entry. 📝 e9734133…
0100 sats
Frederik Handberg9d ago
I got the document scroll to work when navigating the cursor to always keep it visible. A few days ago I worked on the logic for various options in settings. This includes appearance. There are 3 options: - Solid (dark or light) - Blurry (translucent background with a blur effect) - Glass (Liquid Glass effect) In this video I used the 'Glass' option. I have not worked on the UI for settings yet. I think that will be the last part I work on as it's the fastest to complete. #dev #AppKit #Swift #SwiftUI #macOS 📝 7320aa7c…
#dev#appkit#swift
0100 sats
Frederik Handberg9d ago
I should make sure that when navigating the cursor through different blocks in a note document, the window should scroll up/down to always keep the cursor visible. I already use `NSTextView.scrollRangeToVisible(_:)` so it should work, but it does not for some reason. #AppKit
#appkit
0000 sats
Frederik Handberg9d ago
Four people were evacuated from the apartment building and taken to the hospital. Two fire fighters were also taken to the hospital. No one is in critical condition according to authorities. Address: Tordenskjoldsgade in Horsens. #press
0000 sats
Frederik Handberg9d ago
Fire in a building on Tordenskjoldsgade in Horsens. Six people have been taken to the hospital. #press
0000 sats
Frederik Handberg10d ago
I notice that when I use Gems in Gemini _(which is just a project like in Claude)_ and I upload some files, if I then reload the page, it will often duplicate the same files. Gemini 3.1 Pro is good, but the UX is so much nicer in Claude and Sonnet 4.5 is just as good at coding.
0000 sats
Frederik Handberg11d ago
I'm getting a leak somewhere in my formatting notifications (I use `NotificationCenter`). This is causing problems if I have two note documents open in the same window. For example, if I change the block type from text to a heading in one of the notes, then save and go to the other note, it will have completely overridden the data.
0100 sats
Frederik Handberg13d ago
I just finished working on a sidebar overlay for the notes app. When hiding a sidebar, the user can now move their cursor to the edge of the window, to show an overlay of the sidebar. I think it looks nice the way it slides out. I will probably lower the opacity of the sidebar overlays just a bit, so they match the appearance of the app with the translucent blurry background. Because right now, I don’t think the dark solid background color of the sidebar overlays match the app’s appearance. But I’m happy with how this feature turned out! 🚀 #dev #macOS #SwiftUI #AppKit
#dev#macOS#macos
0000 sats
Frederik Handberg14d ago
I made a mini-project with an example of my solution. It's available on GitHub: https://github.com/frederikhandberg0709/SwiftUI-NSTextVie… I can't be the only one who has encountered this problem, so hopefully other SwiftUI and AppKit developers can use it. #dev #macOS #SwiftUI #AppKit 📝 667b98dd…
#dev#macos#swiftui
0000 sats
Frederik Handberg14d ago
The last problem has been fixed. Now the iBeam cursor will show when hovering either an `NSTextField` or `NSTextView` inside the overlay. But it will not show the iBeam when hovering a text view that is behind the overlay - which is the expected behavior. It's really nice because I now have this `ArrowCursorView()` that I can call throughout my app wherever I am using an overlay. For example, I have a fullscreen search overlay where I also have this cursor problem. Now I can fix it by just calling `.background(ArrowCursorView())` on the overlay. 📝 021765d5…
0000 sats