@rogersm@mastodon.social
@rogersm@mastodon.social avatar

rogersm

@rogersm@mastodon.social

Tech optimist, web lover. Software dev is a solved problem. Never personalize the problem.

I never understood why we stopped using bsd inits.

This profile is from a federated server and may be incomplete. Browse more on the original instance.

amoroso, to random
@amoroso@fosstodon.org avatar
rogersm,
@rogersm@mastodon.social avatar

@amoroso can it use all the memory available?

rogersm,
@rogersm@mastodon.social avatar

@amoroso I though you were running it locally.

A pity the 256 meg limitation.

bagder, to random
@bagder@mastodon.social avatar

In the #curl project, being written in C, we always work on simplifying the code. One way is to use more internal helper functions and avoid direct use of some functions that are often involved in C mistakes/vulnerabilities.

To measure how this develops, we count number of these function calls used per every thousand lines of code. Over time.
In a graph.

rogersm,
@rogersm@mastodon.social avatar

@bagder good software engineering here.

rogersm, to random
@rogersm@mastodon.social avatar

I really liked this post from @reidrac on Corporate Open Source:

More GPL and less CLAs

https://www.usebox.net/jjm/blog/more-gpl-and-less-clas/

jpmens, to random
@jpmens@mastodon.social avatar

@iscdotorg is the authors[] array in bin/named/builtin.c actually maintained / up-to-date? 🙂

rogersm,
@rogersm@mastodon.social avatar

@jpmens @iscdotorg it’s const, so it cannot be modified.

☺️

grumpygamer, to random
@grumpygamer@mastodon.gamedev.place avatar

AI has uses in games, generating mindless lazy content is not one of them.

/cc @simon

https://simonwillison.net/2024/May/8/slop/

rogersm,
@rogersm@mastodon.social avatar

@grumpygamer @simon slop is a great term.

jpmens, to random
@jpmens@mastodon.social avatar

"The content of this PR has been created entirely using a custom fine-tuned AI model."

https://github.com/spring-projects/spring-boot/pull/39754

rogersm,
@rogersm@mastodon.social avatar

@jpmens “When run against this code base the tool reached a compilation success rate of 99.9%.”

It compiles, ship it!!

amoroso, to Lisp
@amoroso@fosstodon.org avatar

Are you going to European Lisp Symposium 2024?

I have a favor to ask you. Please tell the Lispers there if any of them writes a Common Lisp book I'll be more than happy to buy it, back a kickstarter, spread the voice, and support the author any way I can.

This is just one data point but my hunch is many Lispers are like me.

#els2024 #els #CommonLisp #lisp

rogersm,
@rogersm@mastodon.social avatar

@amoroso are you interested in non-English lisp books?

rogersm,
@rogersm@mastodon.social avatar

@amoroso Someone is selling this one in Spain:

rogersm,
@rogersm@mastodon.social avatar

@amoroso it looks a basic book. But I think one of them was the PhD director of an old friend of mine. It was a thesis on parallel lisp with star lisp.

jpmens, to random
@jpmens@mastodon.social avatar

"My opinion is not mainstream, but I think if you really examine the practices and security processes that use and recommend sudo, the reasons for using it are mostly bullshit."

https://dotat.at/@/2024-05-02-sudo.html

rogersm,
@rogersm@mastodon.social avatar

@jpmens thanks, great read even if I don’t agree with everything. And yes sudo is too complex.

rogersm,
@rogersm@mastodon.social avatar

@rvstaveren @jpmens fully agree on this with you. Not being able to directly login as root is good to force users to understand security boundaries.

rogersm,
@rogersm@mastodon.social avatar

@jpmens @rvstaveren that’s a fair point. The issue is not sudo, but lack of knowledge on security procedures and the need to have privileged accounts to ensure secure systems.

glennf, (edited ) to random
@glennf@twit.social avatar

I am down to just over 30 copies (as of May 17) of Six Centuries of Type & Printing, a letterpress-printed book in an edition of 425. The book traces printing with type before Gutenberg through the present day across all technological developments. Typeset in hot metal in North Yorkshire, printed in London, bound in Germany, the hardcover book is covered in green cloth and comes in a slipcase of the same fabric. https://glog.glennf.com/tiny-type-museum-time-capsule-and-more/six-centuries-letterpress Some copies remain with Tiny Type Museum slipcase stamping.

rogersm,
@rogersm@mastodon.social avatar

@glennf oh! What a pity that your not sending it to non-US addresses.

wingo, to random

fascinating look into the guts of the publishing industry https://www.elysian.press/p/no-one-buys-books

rogersm,
@rogersm@mastodon.social avatar

@wingo be careful, because some of the data there is wrong. This article is informative on why situation is not that horrible:

https://countercraft.substack.com/p/no-most-books-dont-sell-only-a-dozen

burgerbecky, to random
@burgerbecky@mastodon.gamedev.place avatar

Time for the Z80 CPU to be released as open source

rogersm,
@rogersm@mastodon.social avatar

@root42 @burgerbecky z80 is still available in its eZ80 update.

rogersm,
@rogersm@mastodon.social avatar

@root42 @burgerbecky you also have it in other packages.

jackdaniel, to random
@jackdaniel@functional.cafe avatar

Very well-put rationale against LLM

[gentoo-dev] RFC: banning "AI"-backed (LLM/GPT/whatever) contributions to Gentoo

https://www.mail-archive.com/gentoo-dev@lists.gentoo.org/msg99042.html

rogersm,
@rogersm@mastodon.social avatar

@jackdaniel @amoroso it will be the third AI winter. 🫤

jpmens, to random
@jpmens@mastodon.social avatar

deleted_by_author

  • Loading...
  • rogersm,
    @rogersm@mastodon.social avatar

    @jpmens great resource, thanks!

    vga256, to gamedev
    @vga256@dialup.cafe avatar

    for years i've dreamt of having my own tile-based RPG engine that would make lo-fi win95/macOS 9 spiderweb software style games like Realmz or Exile or Avernum

    after so much hand-wringing about being unsure about the feasibility of building one from the ground up (the ground in this case being the love2d framework), i started yesterday. a couple hours later i've got the beginnings of a 2d tile editor. scrolling tiles, random terrain generation, drag and drop all work.

    this is something that took me months to mould AGS into doing using a bunch of hacks and various script modules. there is no doubt now that i was trying to build a house by swinging a screwdriver at nails.

    there's this theme in game development i've heard over and over: "if you want to make a game, never ever build your own engine." i've even given people that advice over the years. and after 12+ years of doing this stuff, i realize that i gave some terrible advice.

    rogersm,
    @rogersm@mastodon.social avatar

    @vga256 if you want some server code, I can help with that.

    amoroso, to retrocomputing
    @amoroso@fosstodon.org avatar

    In a retrocomputing newsletter I subscribe to I read this announcement of a new community resource:

    "I’ve created a new FaceBook group ..."

    My heart sank at the thought of freely shared knowledge buried in increasingly locked silos. I prefer resources like Retrocomputing Forum which I recently joined:

    https://retrocomputingforum.com

    It's on the open web and runs an open source platform. But aside from the tech stack it's a great community with great discussions.

    #retrocomputing #community

    rogersm,
    @rogersm@mastodon.social avatar

    @amoroso Thanks for the pointer!

    dfeldman, to random
    @dfeldman@hachyderm.io avatar

    If there were another binary backdoor similar to the xz attack that was found today... how would you find it?

    (The xz attack was found by chance and some trivial issues that caused performance degradation)

    rogersm,
    @rogersm@mastodon.social avatar

    @alanc @josephholsten @dalias there are only two possibilities: either we rewrite autoconf or we remove it.

    Both are difficult, but the good news is that are possible (something impossible before the “Linux wave” we’re still riding)

    But I don’t know what is easier.

    rogersm,
    @rogersm@mastodon.social avatar

    @josephholsten @rogersm @alanc @dalias posix shells are terrifying indeed.

    For autoconf replacement, we cannot expect to be 100% compatible, just good enough to migrate from the current mess.

    cdamian, to random
    @cdamian@rls.social avatar

    That will make some people unhappy.

    "China blocks use of Intel and AMD chips in government computers, FT reports"

    https://www.reuters.com/world/china/china-blocks-use-intel-amd-chips-government-computers-ft-reports-2024-03-24/

    rogersm,
    @rogersm@mastodon.social avatar

    @cdamian how many laptops can the Chinese industry deliver weekly to the government with Chinese chips?

    jpmens, to random
    @jpmens@mastodon.social avatar

    deleted_by_author

  • Loading...
  • rogersm,
    @rogersm@mastodon.social avatar

    @jpmens the right hand has no idea of what the left hand does.

  • All
  • Subscribed
  • Moderated
  • Favorites
  • provamag3
  • rosin
  • ngwrru68w68
  • Durango
  • DreamBathrooms
  • mdbf
  • magazineikmin
  • thenastyranch
  • Youngstown
  • khanakhh
  • slotface
  • everett
  • vwfavf
  • kavyap
  • megavids
  • osvaldo12
  • GTA5RPClips
  • ethstaker
  • tacticalgear
  • InstantRegret
  • cisconetworking
  • cubers
  • tester
  • anitta
  • modclub
  • Leos
  • normalnudes
  • JUstTest
  • All magazines