[-] bignose@programming.dev 2 points 3 weeks ago* (last edited 3 weeks ago)

The author made this story available to Medium members only.

Please either update the post with the URL that gets around this login-wall; or, remove the post because the article is not on the public web.

[-] bignose@programming.dev 9 points 2 months ago

So, it was gambling, then.

[-] bignose@programming.dev 5 points 3 months ago* (last edited 3 months ago)

Revenue going up, hiring going down, layoffs every quarter and a big push for everyone to use AI. But at the same time basically no real success story from all this increased AI usage. Probably just me, but I just don’t get it.

No, you've got it: Revenue increases, short term, when personnel costs are cut, through layoffs and hiring freezes.

The story told (“workers must return to the office to sit on teleconference all day” prompting more of them to quit, or “your job can be done by robots”, or whatever) only needs to make enough sense that the stock holders are satisfied the executives have a sane explanation for sudden loss of workers. Otherwise it might look like the executives are panicking!

[-] bignose@programming.dev 5 points 3 months ago

Stop trying to trap people inside “the app”. If “the app” is designed to keep people inside and not visit other sites, that's a reader-hostile pattern and a publisher-hostile pattern.

The founding model of using Reddit is “the front page of the internet”. That requires that the rest of the internet is still there, not that the rest of the internet gets sucked into Reddit.

[-] bignose@programming.dev 7 points 3 months ago

10×s developers who could produce 0 code without it

Let me see; ten times nothin', add nothin', carry the nothin'…

[-] bignose@programming.dev 11 points 4 months ago

Magit is what allowed me to finally commit to switching to Git full time.

It's such an excellent front-end for Git that I've known numerous workmates learn Emacs just to use Magit.

[-] bignose@programming.dev 3 points 4 months ago* (last edited 4 months ago)

Now we are beginning to see agents: systems that aspire to greater autonomy and can work in “teams” or use tools to accomplish complex tasks.

Given that an “agent” can be assigned work and carry it out autonomously: no, we are not yet seeing any agents. Every one of these bots requires close attention by a human to weed out the huge quantity of mistakes it generates. That's not an “agent” by any useful definition:

Both Anthropic and OpenAI, for example, prescribe active human supervision to minimise errors and risks.

Right. So, it's a bot which even the vendor recommends you don't leave it to work autonomously. Not an agent.

In other news: “self driving” that requires continuous human monitoring and intervention, by multiple humans per vehicle, is not self driving.

Just because the hype marketing of tech corporations bleats a term into the media, does not mean they've got anything that actually does what they say it does.

222

Internet Archive founder Brewster Kahle said that while the nonprofit organization has always functioned as a library, this new designation makes it easier to work with the other federal depository libraries. That, he said, is a service to everyone.

“ I think there is a great deal of excitement to have an organization such as the Internet Archive, which has physical collections of materials, but is really known mostly for being accessible as part of the internet,” Kahle said. “And helping integrate these materials into things like Wikipedia, so that the whole internet ecosystem gets stronger as digital learners get closer access into the government materials.”

555
submitted 4 months ago* (last edited 4 months ago) by bignose@programming.dev to c/technology@lemmy.world

The Sapienza computer scientists say Wi-Fi signals offer superior surveillance potential compared to cameras because they're not affected by light conditions, can penetrate walls and other obstacles, and they're more privacy-preserving than visual images.

[…] The Rome-based researchers who proposed WhoFi claim their technique makes accurate matches on the public NTU-Fi dataset up to 95.5 percent of the time when the deep neural network uses the transformer encoding architecture.

[-] bignose@programming.dev 6 points 5 months ago

Except worse: Confluence tries insanely hard to prevent anyone actually getting at the document source code. So you are expected to use the godawful interactive web editor to make any changes.

125

Now I have this blood pressure monitor device that doesn't work without a logged in app and is a paperweight. I'm lucky I never invested into their ecosystem of health products. Lesson is no matter how popular a brand is, there is no guarantee they will be around. I've lost all my health data and there is no way to get it back.

[-] bignose@programming.dev 10 points 6 months ago

Personally, I’m a Luddite and think the new tools should be deployed by the people’s livelihood it will effect and not the business owners.

Thank you for correctly describing what a Luddite wants and does not want.

[-] bignose@programming.dev 13 points 6 months ago* (last edited 6 months ago)

Magit, which is the best Git porcelain around. Git, because it has an unparalleled free-software ecosystem of developer tools that work with it.

Why is Git's free-software ecosystem so much better than all the other VCSen?

Largely because of marketing (the maker of Linux made this! hey look, GitHub!), but also because it has a solid internal data model that quickly proved to experts that it is fast and flexible and reliable.

Git's command-line interface is atrocious compared to contemporary DVCSen. This was seen originally as no problem because Git developers intentionally released it as the “plumbing” for a VCS, intending that other motivated projects would create various VCS “porcelain” for various user audiences. https://git-scm.com/book/en/v2/Git-Internals-Plumbing-and-Porcelain The interface with sensible operations and coherent interface language, resides in that “porcelain”, which the Git developers explicitly said they were not focussed on creating.

But, of course, the “plumbing” command line interface itself immediately became the primary way people were told to use Git, and the “porcelain” applications had much slower development and nowhere near the universal recognition of Git. So either people didn't learn Git (learning only a couple of operations in a web app, for example), or to learn Git they were required to use the dreadful user-hostile default “plumbing” commands. It became cemented as the primary way to learn Git for many years.

I was a holdout with Bazaar VCS for quite a while, because its command-line interface dealt in coherent user-facing language and consistent commands and options. It was deliberately designed to first have a good command-line UI, and make a solid DVCS under that. Which it did, quite well; but it was no match for the market forces behind Git.

Well, eventually I found that Magit is the best porcelain for Git, and now I have my favourite VCS.

[-] bignose@programming.dev 6 points 6 months ago* (last edited 6 months ago)

Maybe closed source organizations are more willing to accept slop code that is bad but can barely work versus open source which won’t?

Because most software is internal to the organisation (therefore closed by definition) and never gets compared or used outside that organisation: Yes, I think that when that software barely works, it is taken as good enough and there's no incentive to put more effort to improve it.

My past year (and more) of programming business-internal applications have been characterised by upper management imperatives to “use Generative AI, and we expect that to make you nerd faster” without any effort spent to figure out whether there is any net improvement in the result.

Certainly there's no effort spent to determine whether it's a net drain on our time and on the quality of the result. Which everyone on our teams can see is the case. But we are pressured to continue using it anyway.

[-] bignose@programming.dev 15 points 7 months ago

The Unix shell remains an excellent IDE.

A huge array of text- and data-manipulation tools, with more available through the standard package manager in my operating system.

Add in a powerful text editor like Vim or Emacs, and nothing can beat this IDE.

view more: next ›

bignose

joined 9 months ago