HackerTrans
TopNewTrendsCommentsPastAskShowJobs

ololobus

79 karmajoined قبل 11 سنة

comments

ololobus
·قبل 4 أيام·discuss
> The new models are quite smart, so suffocating their context with dozens of MCPs and skills isn’t necessary like it used to be.

Genuinely curious, how MCPs can suffocate the context? And what exactly do you mean by this?

I have probably more than a dozen of MCPs enabled in my Claude Code (slack, jira, github, many internal ones), and I have never seen model calling into them unnecessarily unless it’s explicitly needed for a task. And in the latter case, well, it cannot do much without the right tools access (MCP in this case).

Skills and plugins are a bit of grey zone, yes, but even there it heavily depends on what you put there. Just plugin loading always takes infinitesimal portion of the context in my experience
ololobus
·قبل 5 أيام·discuss
> Then use a sort of "reverse" parliamentary trick: the default is that this legislation is accepted. They needed an absolute majority - not of voting members, but of all members - to reject it.

No pun intended, but how is this legal? I mean, if you don’t have a quorum, then shouldn’t you just wait for an Autumn session? It feels like having a democratic parliament with backdoors like this kinda undermines the whole idea
ololobus
·قبل 17 يومًا·discuss
> Games are no longer about having fun, they're about how much money or activity can I extract from the player (yes, even the indie experience is tainted: buy off Steam and 30% of that purchase goes to the platform for just existing).

This is a HUGE overstatement, tbh. Without such big worldwide distributors like Steam, the only option an average indie dev would have is to distribute their game on their website that nobody knows about, so instead of hundreds of 1000s of sold copies they would have just some 1000s

Another non-obvious outcome of Steam is that the pirate scene largely just went away. It so niche that nobody really cares about it for real. It’s just so much easier and safer to buy

So I would say that Steam, Apple and so on have earned their 30%, they really created a huge market everyone can get a share in. Surely it should be regulated to avoid hostile monopoly behavior, but that’s a different story
ololobus
·قبل 17 يومًا·discuss
> It upsets me I never got to live the "glory days" of cars, technology, outdoor activities, music, entertainment, etc.

I’m getting closer to 40, but I sometimes feel the same. Like people were buying houses for a fair amount of money in 90s-00s, when I was going to school. And now it’s like you need a fortune to do the same

But generally, I think it’s more about human psychology. For many people, the past may feel more attractive. It’s a mix of nostalgia, current day-to-day problems, and the fact that you cannot really get there to check if it really was that great :)

Human history has known much worse times than now, and I think we all need to remember that we shape the present and the future in one way or another. Yes, you and I have way smaller levers than D. Trump or Elon Musk or some average CEO, but we do still have. Every day we make decisions that influence our life and the lives of people around.

Don’t want to sound like that social media influencer, it’s just how I explain it to myself too
ololobus
·قبل 23 يومًا·discuss
Idk, I actually got the opposite impression. Most of the info is just what I would expect everyone to see: date formats, languages, various webview kind of stuff, network info. This is already more than enough for fingerprinting

> information such as apps installed

This is what surprised me too, but if you read their hint, it’s not like list API. They probe various ‘open URL in app’ to see what apps registered them, so are installed. I guess this i) won’t allow you to track apps that don’t have ‘open in app’ urls, and ii) probably hard to limit without affecting UX

> number of copy actions

This is odd, yeah, not sure why is it exposed

> last wipe

They deduce this from the volume creation date. Probably possible to hide, but also not really that important, at least to me. Fingerprinting will work with way fewer info anyway

To summarize, I think iOS is still very solid in terms of involuntary info exposure (if you trust Apple itself). Most of really sensitive info requires separate permissions. Yes, you can harden it further, but that will be more like a paranoid mode
ololobus
·قبل 28 يومًا·discuss
You are right, but I think you miss the whole point of the agentic workflows that are being discussed in this post comments.

Yes, you surely can read man, docs, whatever, then DIY. The point is that in many areas people don’t really want to become an expert, like in ffmpeg cli arguments, they just want the work to be done. Above is an example of agent being able to do it locally, and I think it’s great
ololobus
·قبل شهرين·discuss
Just speculating and thinking out loud. I think this might be a good news for AI-skeptics. Going with IPO means that investors finally want to get some cash that they cannot get by any other means. There are good examples of private market companies staying like that for many years because they are profitable, they have plenty of cash, and they have a queue of investors eager to put more cash

So what does it mean in this particular case? The board and investors probably don’t see it being realistic to become profitable soon, and maybe even worry about AI ceiling, so they want to profit now
ololobus
·قبل شهرين·discuss
Idk, with the One they already seem to try to claim too many things for a single device. Adding a keyboard and a bigger screen will be even bigger scope creep. As a Zero user, I really like the compact form-factor

And just personal imo, for coding on the go something like macbook air seems to be a way more comfortable option. I know that you wrote that you fit gpd in you pants, but man, you know that this use case is even more niche than flipper zero
ololobus
·قبل شهرين·discuss
The job market all over the world is ultimately changing. Wars, AI, energy crisis, etc. — it’s a combination of factors. Yet, the article is too shallow, so it doesn’t clarify much.

The two examples are not really representative, “press spokesman at a small industry association” and entry-level “apprenticeship in marketing communications and a bachelor’s degree in international management”. I don’t want to say that they are completely bs jobs but, well, these are quite niche. Both seem to be only ‘affordable’ for a strong economy, not during an economic instability.

What I’d like to get answers to is why if everyone says about shortages of nurses, doctors, teachers, plumbers and other handymen, highly qualified engineers capable of making some complex stuff like rockets; I don’t really see any policy makers pushing to make such jobs more appealing, I don’t see people around talking about moving to any of such areas even if they struggle or lose their office/corporate jobs, or talking about their kids learning to do one of them
ololobus
·قبل شهرين·discuss
I’m also confused by their examples. All of them seem to be perfect renders/exports from 3D models — this is not the use case where I see it the most useful. Making a parametrized CAD model out of a hand-drawn sketch — yes, please
ololobus
·قبل شهرين·discuss
I think this is true under assumption that you know the CAD tool well. From my recent experience (I have a 3D printer), I regularly find myself in a situation where I know what I want to do, I can do measurements and I can make a sketch on a paper. Yet, making it a proper 3D model in something like FreeCAD is super tedious. I know OpenSCAD relatively well, but when it comes to something more complex I struggle a lot. The recent example, I was making a water tap for Lego duplo kitchen sink for my little one :)

So I would really appreciate a good AI/LLM tool that I can feed my sketch and parameters and it can save me hours of searching web and watching tutorials on how to extrude a circle over a curve

BTW, any existing AI tools work really well with OpenSCAD, so if you want a parametrized model that can be made out of simple shapes, I highly recommend this flow
ololobus
·قبل 12 شهرًا·discuss
Does it require core patches or I can install it into the standard upstream Postgres? Asking because, afaik, it did, but it might that something has changed already.
ololobus
·السنة الماضية·discuss
Interesting point of view, didn't know about Jevon's paradox before. To me, the outcome still depends on whether AI can get superhuman [1] (and beyond) at some point. If it can, then, well, we will likely indeed see that suitable-for-human areas of the intellectual labor are shrinking. If it cannot, then it becomes an even more philosophical question similar to the agnosticism beliefs. Is the universe completely knowable? Because if it's not, then we might as well have an infinite more hard problems, and AI just rises a bar for what we can achieve by paring a human with AI compared to just human alone.

[1] I know it's a bit hard to define, but I'd vaguely say that it's significantly better in the majority of intelligence areas than the vast majority of the population. Also it should be scalable. If we can make it slightly better than human by burning the entire Earth's energy, then it doesn't make much sense.
ololobus
·السنة الماضية·discuss
I'd totally agree with this point if we assume that efficiency/performance growth will flatten at some point. For example, if it gets logarithmic soon, then the progress will grow slowly over the next decades. And then, yes, it will likely look like that current software developers, engineers, scientists, etc., just got an enormously powerful tool, which knows many languages almost perfectly and _briefly_ knows the entire internet.

Yet, if we trust all these VC-backed AI startups and assume that it will continue growing rapidly, e.g., at least linearly, over the next years, I'm afraid that it may indeed reach a superhuman _intelligence_ level (let's say p99 or maybe even p999 of the population) in most of the areas. And then why do you need this top of the notch smart-ass human biologist if you can as well buy a few racks of TPUs?
ololobus
·السنة الماضية·discuss
Love it. I do very occasional birdwatching, so I still don’t know most of the birds I meet. What I like about Bird ID is that when I see in binoculars a singing bird I can quickly identify it, check photos, and really confirm that it’s exactly that bird.

I’ve heard from more experienced birdwatchers that it can false identify in some cases, so I always try to confirm visually, but anyway, for my casual use it’s more than accurate enough.
ololobus
·السنة الماضية·discuss
The title and overall ‘take’ are very broad, it starts with

> It’s well known that video games today are disposable pieces of slop.

But then it falls mostly into multiplayer games. For the latter, I will probably agree that old multiplayer games were more decentralized and self-sufficient just because distribution was also less centralized back then.

Yet, overall, I tend to disagree because of several reasons:

1. Video games market is vastly larger than 20-30 years ago. That’s why we see more crappy games, but there many-many good games as well

2. Back then there were bad games as well. YouTube is full of videos where gamers walkthrough some old games. And many of even popular titles are literally a broken piece of crappy tech demo with broken mechanics, soft locks, bugs, etc.

3. Outside of MMMO, F2P and multiplayer there numerous great games nowadays. Indie developers are very strong. Games like Buldur’s Gate 3 have a non-imaginable quality and amount of content for 2000s game industry. It’s a matter of personal choice, but I can name dozens of titles for the past 10 years or so, that are really great.

UPD: formatting
ololobus
·السنة الماضية·discuss
I was wondering how cartridges are designed and I think it’s a very simple and elegant design — just wire the standard microSD card. Otherwise, I love such cozy projects. Even if they are not that efficient, they solve the problem and bring joy into someone’s life, both author’s and a small user (in this case).
ololobus
·السنة الماضية·discuss
I can only second this. I have an old iPhone with a second sim-card, because I need it from time to time. And Apple introduced this auto-reboot a bit earlier, iirc last year. The problem is that after rebooting it also disconnects from wifi, so e.g. SMS/handoff synchronization stops working until you enter a passcode. This is very annoying because it was very convenient for me to receive calls/SMS to my main iPhone.

It’s a good and reasonable feature, especially if for some reason you are afraid of state or security agencies in a place where you live, or maybe during travel. It’s still questionable, because in some states you can indeed go to jail if you don’t unlock. Yet, I really want to be able to turn it off for use-cases like mine.
ololobus
·السنة الماضية·discuss
> Parameterized queries.

Also happy to be wrong, but in Postges clients, parametrized queries are usually implemented via prepared statements, which do not work with DDL on the protocol level. This means that if you want to create a role or table which name is a user input, you have a bad time. At least I wasn’t able to find a way to escape DDL parameters with rust-postgres, for example.

And because this seems to be a protocol limitation, I guess the clients that do implement it, do it in some custom way on the client side.
ololobus
·قبل سنتين·discuss
I use PiHole, it does break some stuff here and there, and sometimes useful things like Private Relay or iCloud in iOS; or once YouTube history stopped working for me (apparently they use a separate domain to track watched videos and progress!). It also depends on the block lists you upload. It’s pretty easy to unblock, especially web, as you just look on which domain cannot resolve in the browser dev tools and add it to the allow list.

Yet, DNS-based blockers have a limited usefulness at this moment as some major ad-providers started using the same primary domain for serving ads. For example, YouTube, partially Google, Yandex. I guess they cover everything with top level load-balancer and then route internally to specific service ingresses