HackerTrans
TopNewTrendsCommentsPastAskShowJobs

inDigiNeous

no profile record

comments

inDigiNeous
·7 ay önce·discuss
That was a fun read. Kudos to the writer. This is software development life.
inDigiNeous
·10 ay önce·discuss
Well, back in the day you had 4 megs of ram, MS-DOS and other OSes that are simple as they come, and full access to the hardware.

These days if you want to support macOS, Windows, Linux: I say good luck to you, Electron can save you there.

Electron is not crap, but many javascript developers are crap. You can make fast and memory efficient apps in Electron, if you know how to code.

(Note: Slack or Discord developers don't have that skill)
inDigiNeous
·10 ay önce·discuss
Thank you for this!

Could possibly just hotpatch my existing app, add this to the packed in javascript .asar resource file and not having to make a new build with updated Electron version.
inDigiNeous
·geçen yıl·discuss
Reminds me of the performance optimization somebody discovered in Super Mario World for SNES, where displaying the player score in was very inefficient, taking about 1/6 of the frametime allocated.

"SMW is incredibly inefficient when it displays the player score in the status bar. In the worst case (playing as Luigi, both players with max score), it can take about a full 1/6 of the entire frame to do so, lowering the threshold for slowdown. Normally, the actual amount of processing time is roughly proportional to the sum of the digits in Mario's score when playing as Mario, and the to the sum of the digits in both players' scores when playing as Luigi. This patch optimizes the way the score is stored and displayed to make it roughly constant, slightly faster than even in the best case without."

https://www.smwcentral.net/?p=section&a=details&id=35746
inDigiNeous
·2 yıl önce·discuss
I remember dropping parallel hashmap into my C++ app after years of using the standard library containers, and being honestly positively surprised my app got significantly faster after that.

So thanks for the developer of this!
inDigiNeous
·2 yıl önce·discuss
You can just search for HDR videos in Youtube.
inDigiNeous
·2 yıl önce·discuss
Sure, but a lot of extra work for something like that. Also, Apple Walled Garden..
inDigiNeous
·2 yıl önce·discuss
Metal allows Apple to squeeze that extra performance out of their devices. They have full control over, and can implement whatever they need to deliver Apple Vision Pro for example.

With Vulkan, they would have to wait for a committee to approve required changes, and still they could not probably optimize it to match their GPU an CPU hardware profiles in such an efficient way.

And not least at all, to optimize the developer experience and tools. Apple GPU debugging tools are probably the best tools you get for graphics development debugging, and you get that only on macOS.

IMO Metal is a nicer API than Vulkan. At the same time, you can ask, why should Microsoft get to keep DirectX, and not just write a Vulkan driver ?
inDigiNeous
·2 yıl önce·discuss
I love mate. It has probably saved my life as a software developer, not tolerating the strong effect of coffee on my sleep, but yerba mate, and especially freshly stored in vacuum bags, slightly dried but not smoked is my favorite.

Meta Mate (https://metamate.cc/) makes a total bomb of a mate product, can highly recommend if you are in Europe and want to try out their refreshing Meta Mate 23.

Have to order another batch from them now, I've tested many mates but theirs just tastes and works the best for me.

Was introduced to mate by a fellow software developer back in the day, happy that he did, would not have figure out it otherwise.
inDigiNeous
·2 yıl önce·discuss
Hehe spot on. 58% faster ad delivery, in 58% more random places than you would have expected!
inDigiNeous
·2 yıl önce·discuss
The hardware looks and sounds great. Too bad it's running Windows 11.
inDigiNeous
·2 yıl önce·discuss
Long and dark winter probably. Nothing to do but sit inside, and study the dark arts of computers.
inDigiNeous
·3 yıl önce·discuss
Good article on the basic nature of software projects, they never seem to end unless you decide them to end. When to do that ? Who the hell knows, it took me about 10 years for my own project to reach a state where I could say "This is done now, I am satisfied with the goals I set to reach 10 years ago".. And even that came through because I was exhausted working on the project, spending so much time on it.

I think you have to decide at some point: "This is done."

Maybe it requires stripping out some parts, or major parts, of the software you had in mind to reach that, but I feel it has to be done at some point, the feature creep will settle in otherwise and you will never be done.
inDigiNeous
·3 yıl önce·discuss
Had to log in just to upvote this comment, brought back nostalgia from the Slashdot days of yore.
inDigiNeous
·3 yıl önce·discuss
It is a cause that cannot be discussed here, without getting downvoted to oblivion.
inDigiNeous
·3 yıl önce·discuss
Bram was a a legend. So many people dying right now. Hopefully it was not the same cause that so many other people relatively young are dying from right now. Seems he was 62, not so old yet. Wondering what happened to him ?

RIP, I've spent more time in Vim than any other software for sure, still use it to edit my journals and editing single files when needed.
inDigiNeous
·5 yıl önce·discuss
Well, that is a noble goal. Hope you can manage even portion of it. Would be nice to have a way to deploy macOS applications on other platforms, but seeing it is already difficult enough to make sure macOS applications even work on different versions of macOS, that is a difficult task to achieve.

But godspeed to your project, Objective-C, Cocoa and the whole NeXTSTep visual identity is a nice combo.
inDigiNeous
·5 yıl önce·discuss
I'm generally speaking about the state of X11 vs macOS or Windows. Like configuring multiple monitors, getting your mouse working just right or other tasks that sometimes can just be freaking difficult with X11. But not wanting to go into that flamewar now.

I would be surprised if it's better than Qt, in fact I know it's not. GTK+ also has had a lot of work during the years, but they have dropped the balls many times over major revisions, so in that sense it might be a better framework than GTK.

But then again, it all comes down to who uses these. Qt is widely used beyond Linux in application development, and modern QT is actually a very nice development environment.

Wayland is also in a state of not-complete. What I'm trying to say here is that the display technologies behind most Linux environments are not in a good state. They work, yes, but some things just don't work or are impossible to setup compared to eg. macOS or Windows.

This is mostly due to open source fragmentation and legacy code in my view, and the fact that everybody and their brother would rather fork out their own desktop environments than decide to make couple of good ones, but hey that's Open Source. Also missing commercial support of course.
inDigiNeous
·5 yıl önce·discuss
Yeah well Wayland doesn't provoke trust either..
inDigiNeous
·5 yıl önce·discuss
Sounds like a cool hobby. But solving basic desktop tools, sounds like bikeshedding to me :) Not to disrespect the project, I find Objective-C and the Cocoa model nice, but realistically looking at it almost nobody uses GNUStep, so why write apps for it ?