HackerTrans
TopNewTrendsCommentsPastAskShowJobs

supertron

no profile record

Submissions

Debugging Enhancements in .NET 8

devblogs.microsoft.com
3 points·by supertron·3 lata temu·0 comments

OpenAI is reportedly raising funds at a valuation of $80B to $90B

techcrunch.com
30 points·by supertron·3 lata temu·2 comments

comments

supertron
·2 lata temu·discuss
Wow this is almost a list of everything on my machine.

Great list. I second these recommendations!!

Special mentions for: Alfred, Bartender, Daisy Disk and ColorSlurp
supertron
·2 lata temu·discuss
This might sound hyperbolic but as a .NET developer JetBrains Rider is a real joy to use IMHO. I think being paired with an M1 Mac is probably part of what makes the experience great for me.

That IDE/hardware combo beats anything I've ever developed on in my career. By a long way.

Shameless plug but I mention it and a few of my other favourite software tools here:

https://supertron.dev/tools

The other "sparks joy" software I use regularly are Sketch - which after a lifetime of using Adobe products felt like a breath of fresh air when I switched to it - and Proxyman which is hands down the best HTTP interception/proxy software I've used on the Mac (and iOS).
supertron
·2 lata temu·discuss
What's insane to me is that Kagi is so good for the relatively little funding they have. Maybe when they have the subscriber numbers of Netflix they can reduce their monthly fee (not that I even personally think they need to), but for now I'm quite happy to pay them for a good service.

I'm increasingly a big fan of very direct revenue models. I pay for the product. I am *not the product*.

It's not just search either, their summariser tool is great, their Mac browser Orion is really impressive, and their attitude in general - eg. promoting signal over noise in everything they do (see Kagi Small Web), is just extremely refreshing.
supertron
·2 lata temu·discuss
> Dark mode support

Hell yeah! I'm a long time user of Monodraw (thanks for the awesome work!) and this would be an instant upgrade for me :)
supertron
·2 lata temu·discuss
Monodraw is great. I occasionally use it to document system architecture in code comments and project READMEs etc. [0]

Also handy as a quick way to document CSS styles to help visualise which parts of a layout a given style targets [1]

[0] https://gist.github.com/supertr0n/f006a5f61b60160862ec13024e...

[1] https://gist.github.com/supertr0n/462325ec3f7fbea02780039150...
supertron
·2 lata temu·discuss
> How to drill holes in your keys

> Drilling holes in your keys is easy.

> 1. Find a partner whose father is a retired precision engineer who owns a pillar drill.

> 2. Ask him to do it.

> 3. Be very grateful.

Ok, I'm now subscribed to this joker's RSS feed.
supertron
·2 lata temu·discuss
This is such a superb article. I'd forgotten about a lot of this.

I used to be a grandmaster of creating any layout imaginable with tables and 1x1 pixel Gifs...

So. Many. Tables...
supertron
·2 lata temu·discuss
I've had a great experience so far with UpCloud. Almost a comparable suite of products to DO and their support team is very responsive.

European based too which helps for some projects (GDPR etc) - though you can spin up instances in all the usual global regions.

https://upcloud.com
supertron
·2 lata temu·discuss
> the suffix ‘tron’ became associated with technological supremacy

I couldn't agree more.
supertron
·3 lata temu·discuss
> I highly recommend reading Private Eye's special report

Agreed. For those more audio inclined, I linked to these in another comment but I originally discovered their reporting on this via their "Page 94" podcast:

https://www.private-eye.co.uk/podcast/49

https://www.private-eye.co.uk/podcast/95
supertron
·3 lata temu·discuss
I recommend The Guardian's podcast episodes covering this:

https://www.theguardian.com/news/audio/2024/jan/08/revisited...

https://www.theguardian.com/uk-news/audio/2024/jan/08/revisi...

Also some Private Eye podcast episodes:

https://www.private-eye.co.uk/podcast/49

https://www.private-eye.co.uk/podcast/95
supertron
·3 lata temu·discuss
Do it!!
supertron
·3 lata temu·discuss
The P2P sync sounds cool.

> Ever so often I think about trying again,

I think if you enjoy the process and the result is useful to you, then it's definitely worth trying again!

I don't know about you, but I always learn a hell of a lot through my personal projects too. They've almost always been a good investment of time for me.
supertron
·3 lata temu·discuss
Evernote originally inspired me (back in the day) as to the value of having some sort of personal knowledge management tool.

More recently Obsidian inspired me in terms of showing me what a non-enshittified, open/portable format note-taking experience could be like. And the beauty of simple Markdown notes!

Through the Obsidian community I discovered the concepts of Zettelkasten / Second Brain etc. and was further convinced of the usefulness of regular note taking and storing/synthesising of reference knowledge.

But I found Obsidian slightly mismatched with my requirements. Primarily because there was certain functionality I needed which can only be achieved with plugins, but I didn't consider their plugin security model to be sufficient enough for storing my most confidential data - even with everything being local files. (That and the lack of open source was enough to make me nervous).

My app is written in pure Javascript, heavy use of web components, running in Electron. No Node.js (apart from what Electron is precompiled with) - so no third-party dependencies as part of my code, and Electron is heavily locked down. I have a lightweight build step using Esbuild (a single rust binary).

Being 100% native JS - no frameworks - and quite lightweight, the app is indistinguishable from a native macOS app in terms of responsiveness! Knowing that may not always be the case, I'm also eyeing up Tauri as a potential alternative GUI "wrapper".

As a .NET developer by day I would have liked to have built it in MAUI but found that to be quite lacking for my purposes.

I've started to write a blog article about it with some screenshots - I"ll eventually get around to publishing it!!

How about you? What did you write your backend in and did that escalate into the front-end too?

The CalDav idea is very interesting... you've got me thinking about that.
supertron
·3 lata temu·discuss
> But when you write your own software, you have a map of everything in your head, and you don't have to guess what exactly a button does, how it does it or where you need to go to do that.

Absolutely! It's quite a unique experience. When I started out it felt like I might just be wasting time and reinventing the wheel but in retrospect it was absolutely a good time investment!
supertron
·3 lata temu·discuss
I enjoyed the "Colophon" page almost as much as the article

https://www.robinsloan.com/colophon/

I love the built-in style guide. I'm totally stealing some ideas from that...
supertron
·3 lata temu·discuss
> There's a beauty to engineering something having yourself as the target user, and no one else.

100%, I'm following a similar approach to you with yet another notes app solely for my own use.

Have you written more about your personal project anywhere?

One thing I only realised once I started building my own tools, is that you become - from day one - an unmatched world-class expert in using that tool. This seems obvious and inconsequential on the face of it, but how many pieces of software do you use where you can say with 100% certainty that you know every single thing about it?

Every feature, every shortcut, how it all works internally...

It's only when you use something self-crafted that you realise what this actually means. If it's a tool that you use for work or productivity - you can become exceptionally productive with it due to this from-day-one "total mastery".

This compounds if you iterate. Using the tool daily and feeding back in little fixes and optimisations as you go. The tool grows with you and molds to your use of it over time.

It's obvious that the tool is going to be well suited to your needs if you built it - but it was less obvious to me ahead of time what benefits the side effect of "total mastery" would also bring.

For me, my notes app is now used as my personal knowledge base, project management tool, todo list, daily planning tool and for journalling. Because I built it, I'm extremely effective at using it - and it's lean and fast - only with the features that I know I need.

In addition to being a very fulfilling project - it has created a degree of leverage and efficiency that I didn't expect!

My conclusion is that we should all experiment more with creating our own tools.
supertron
·3 lata temu·discuss
Link to the GitHub repo:

https://github.com/porsche-design-system/porsche-design-syst...

(It's a bit hidden when viewing this page on mobile)
supertron
·3 lata temu·discuss
> and later polished

You weren't kidding. Your apps are stunning!
supertron
·3 lata temu·discuss
Thank you, we appreciate what you all do.