Myself
HN user
tytrdev
Software Engineer, Musician, Father. Host of The Virtual World Podcast.
Dystopiabook
Meh. I tried a single (reasonable) search and got "no results." Probably a fluke but not initially promising.
I agree, especially with the statement that Unix isn’t good enough and getting worse.
I feel like that was one of the core assumptions and point of the article, but it didn’t have any explanation beyond “multiple programming languages.” Feels a bit flat to me.
Old one reads poem
They're angry, a lack of Ken
Clicks downward arrow
Java for old folks
I guess their abacus broke
This is a haiku
I was just getting at the illusion of choice. At the end of the day it's all owned by the same handful of small groups. Found out yesterday that Blizzard apparently owns King. Tencent owns a cut of Activision Blizzard, as well as a slice of basically every gaming company. https://dataromas.com/what-companies-does-tencent-own/
Note that I'm not even criticizing or otherwise knocking these business practices, I'm simply making some observations. My use of the term bullshit was particularly to describe the illusion of choice. Not that it's anything new. http://www.visualcapitalist.com/wp-content/uploads/2016/07/c...
I think the world would be just fine without fortnite, but I will say unreal engine is pretty nice to have. Probably just a matter of time until Microsoft owns unreal engine as well.
Tangentially relevant due to Tencent involvement:
https://www.youtube.com/watch?v=_gXlauRB1EQ&ab_channel=Peopl... https://www.youtube.com/watch?v=vTMF6xEiAaY&ab_channel=Peopl...
Honestly wasn't thinking about xbox at all. Good point. Now I'm wondering what the market share is between the two. I'd guess xbox is properly higher?
Also apparently tencent owns like 40% of Epic Games? It's all bullshit folks. https://www.youtube.com/watch?v=J6-r7GNlZvk&ab_channel=Cap.H...
They still rely extremely heavily on Nvidias ability to create more and more powerful hardware. I recently found out that like 70% of the world's supercomputers are powered by nvidia GPU compute. People often talk about the tech power of different countries (personally I've heard a ton of people talk about China in this way), but at the end of the day they are still reliant on the hardware manufacturers. Who am I to say that China or X country doesn't secretly have something that far outclasses nvidia hardware, though?
Between gaming (the biggest form of media), supercomputers, science computation, crypto nonsense, etc. It's really looking to me like nvidia is actually one of the biggest power players across the globe. Makes me really wonder about the tech they aren't flashing to the public. I was personally astounded when I saw their announcement to purchase ARM. I've seen a few instances of people saying the dead acquisition is stifling innovation. Honestly I'm kind of happy it didn't go through. Probably just a lack of vision on my part, though.
For anyone interested in escaping the world of sad layouts, check out some ortholinear options and/or ergo splits.
Also, look into QMK. For anyone who wants a more ergonomic keybind setup, check out some mnemonic namespacing stuff.
Spacevim, Spacemacs, VSpaceCode (for vs code), etc. You can always take the approach and apply it to your existing config. The three important bits are:
1. Give your thumbs more resposibility
2. Namespace actions under an ergonomic leader key, using mnemonics
3. Use a discoverability plugin like which-key to help discover new keybinds
You probably know this but:
ll and la are shorthand for ls -l and ls -la
ls
Can't wait to see if Fennel can support this =)
1. GDPR
2. Intercept and scan all civilian communication
3. ???
4. Yellowstone explodes
Yes, but only a part. It’s not just about having something akin to actors for concurrency and execution. It’s also about having a dynamic system - one that can update its behavior not just by manual request, but automatically as the system is running.
One way to think about this is propagators. I’m still learning myself, but a compelling example is lisp. With lisp you can write macros that essentially allow you to treat your code as a tree and arbitrarily modify that tree (aka arbitrarily write code). You can then compile that code while the system is running and execute it. It’s not just about macro expansion at startup or a single compile time step at the beginning of execution. The system can be designed with this in mind.
It’s also about introspection, the ability to ask questions about the system at runtime as it evolves.
Sussman and Kay both talk a lot about DNA and biology, and the ability for systems to dynamically expand, change, and repair themselves.
When I think about this kind of stuff nowadays I picture something like lisp with an execution environment like the BEAM (so basically LFE) and an introspection system powered by a declarative constraint solving query language (something like Datalog-style RDF found in things like datalevin and it’s predecessors). I think that lends itself really well to these kinds of systems, including another point that Kay talks about pretty frequently. The ability for two systems (and in our cases two actors in one environment count) to negotiate with each other via some shared fundamental language to understand each other’s purpose. SOP style approaches seem like a compelling way to do that, but the main problem to me is identifying entities as globally unique as part of that negotiation process.
Also don’t listen to me, I’m a monkey.
No
I’ve helped a lot of people with different types of issues related to software throughout my career without presuming to charge them for my time.
Coding is all about problem solving, which is typically the easy part of anything meaningful. Finding the right problems to solve is much harder.
I think the type of people that would be good mentors to me are beyond the point of needing any amount of money that would be reasonable to charge for their time. I think most people capable of meaningful mentorship, including myself, will likely be doing so for reasons other than financial gain.
That said I think getting coaching for various skills is totally valid, including coding. What I need, personally, is more about cultivating a healthy mindset about technology, strategy, and leadership. There are probably few people in the world that have something meaningful to say about those things.
I’ve been reflecting on this a bit lately. I’d really like to find a personal mentor in the world of Software Engineering and tech leadership.
I think we tend to let mentoring happen naturally in that space. Devs naturally learn from more experienced folks as they work. Sadly I’ve spent a huge chunk of my time working solo over the last 5 years. I’ve recently joined a FANG company and I’m excited about the prospect of finding a mentor there. The networking aspect alone is pretty killer. In general it’s nice to be somewhere that my peers push me on a daily basis. This reminds me that I need to be more proactive about finding a mentor.
Thought maybe rollback was coming for ProjectM players for a second ={
Weird take IMO. I don’t trust MS and strive to stay away from their products where possible. Their acquisitions of a lot of OSS stuff make that pretty hard these days, though…
But I find it weird to expect perfect decision making out of an organization with hundreds of thousands of employees with a global influence. I don’t know any individuals with perfect decision making skills, so when you take the union of that and add hierarchy, I certainly wouldn’t expect a system of perfection. Especially when perfection is defined by some relative/personal standard.
I agree with your opinions that Microsoft will do weird stuff going forward and that this decision means nothing. It’s also irrelevant to me since I don’t use .NET for absolutely anything.
But if your “trust” in an org is based on them not making “terrible decisions”, I think it may be impossible to actually trust any org. Since inevitably at scale every org will make bad choices. Not criticizing you, just thinking out loud.
This is wonderful. I’ve recently been very obsessed with Datalog implementations like Datomic, Datascript, Datalevin, and XTDB. Hopefully learning prolog can be a good next step. It’s nice to see the rust community jumping into that space.
This is super cool. I’ve been formulating a similar idea for a while now. I’m building a desktop utility for guitarists using clojurescript and Tauri. I also wonder if this can also capture ASIO audio streams in a useful way? My goal was to do something like that to allow streaming of processed audio.
Some differences in what I was planning and accompanying thoughts:
Clojurescript. I do like that it’s using Svelte, I just wanted more idiomatic support for datalog stuff for the purpose of building metadata-driven music theory tools. Svelte is super cool though, and is my go to JS tool right now. There’s always Datalevin, a portable datalog implementation that I found recently. Currently I’m using a locally running XTDB instance for development, but for the final shippable I may switch to Datalevin. If anyone is interested in doing some similar you could try XTDB over http or figure out a nice way to interface with Datalevin from other languages.
Electron -> Tauri. Better native feel and the ability to hit Rust code directly. May not be worth it for this project since it seems like C++ is being used for some stuff. But for me Rust is a better fit. As a side note I think the Tauri team is working on support for interchangeable back ends, so soon you could replace Rust with Go or whatever. Tauri also makes including accompanying binaries easy. Not that I’m saying electron doesn’t, I have no idea.
Capturing ASIO streams. Super important for getting good sound for most people, allowing people to play audio through interfaces and mixers while still capturing it. I’m not expert in ASIO or audio streaming, but from my understanding capturing ASIO streams directly is tricky. Reastream (a reaper plugin) is the only thing I’ve found that lets this happen, and sadly it doesn’t work well with other DAWs. Why this would be useful IMO: people can stream audio while still listening to the processed output through whatever means they already do. Guitarists could process audio in a DAW or plugin and both listen to and stream that audio. People using DAWs can stream the output of the DAWs master channel without compromising how they listen to it. I’m not saying sub.live doesn’t accomplish that, I just think it’s important either way. Typically this is the missing link that makes other methods of audio streaming difficult.
Open source. Makes me sad that it isn’t. Could have been a good building block and I definitely would have tried to be involved right away. Feel free to correct me if this is actually open source and I just misunderstood.
laughs in datomic
Now if I could just get one with an ortho keyboard layout…
The 14 inch max with 64 gb ram looks fucking T A S T Y. If only my hands could laptop keyboard ={
Neat! Surprised to see so many results for Clojure. The mobile UX is pretty hellish, though. I’ll have to check it out again on desktop.