Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by It's a me (feld@bikeshed.party), page 4

  1. It's a me (feld@bikeshed.party)'s status on Tuesday, 17-Apr-2018 17:11:47 EDT It's a me It's a me
    • It's a me
    • The GMEβ„’πŸ™ˆπŸ™‰πŸ™Š
    @gme There will be untold amounts of regret the day Github, for example, goes offline permanently and people realize they can no longer build their own software because they don't technically have all the source code for their application on their servers and the build process *requires* information from a third party website.
    In conversation Tuesday, 17-Apr-2018 17:11:47 EDT from bikeshed.party permalink
  2. It's a me (feld@bikeshed.party)'s status on Tuesday, 17-Apr-2018 17:07:54 EDT It's a me It's a me
    • The GMEβ„’πŸ™ˆπŸ™‰πŸ™Š
    @gme Yep, I'm a FreeBSD ports developer // on the core (portmgr) team.

    I've spent the afternoon trying to package something (Go+Rust) that has so many layers deep in the developer's build framework of expecting to be able to fetch data from the internet and from Github/Crates.io that there's clearly no end in sight.

    Proper cleanroom build environments like FreeBSD uses for packaging requires everything be provided with the application source code and no internet access be available during build time.

    Sadly this is completely incompatible with modern workflows. You end up chasing down thousands of dependencies by hand, trying to get them all in the right place for the build, and just when you think you've solved the problem the build process runs a command that expects to be able to query a website.

    Fucking insanity, man.
    In conversation Tuesday, 17-Apr-2018 17:07:54 EDT from bikeshed.party permalink
  3. It's a me (feld@bikeshed.party)'s status on Tuesday, 17-Apr-2018 16:51:29 EDT It's a me It's a me
    I think we've lost the battle of package management. I don't see how we can dig ourselves out of this hole. Rust, Node, Go, Python, Elixir, Ruby... Everything rolled their own package management, virtual environments, the ability to pin/lock to specific versions of code. All of this is wholly incompatible with traditional package management.

    The battle is over. The next generation of programmers reinvented the wheel and it's full of razorblades. I think we should focus our resources on containing this mess with jails/containers. There's no other viable solution. It's our grim reality now.
    In conversation Tuesday, 17-Apr-2018 16:51:29 EDT from bikeshed.party permalink
  4. It's a me (feld@bikeshed.party)'s status on Tuesday, 17-Apr-2018 10:29:16 EDT It's a me It's a me
    in reply to
    • Oneesan succubus
    @lain :iiam:
    In conversation Tuesday, 17-Apr-2018 10:29:16 EDT from bikeshed.party permalink
  5. It's a me (feld@bikeshed.party)'s status on Monday, 16-Apr-2018 14:08:43 EDT It's a me It's a me
    • Oneesan succubus
    TODO: Build out a docker image of Mastodon with built-in harassment and spam bots. Include the Gandi CLI tools for automating domain purchasing and deployment. Wrap this all up in an Ansible role so Mastodon can be weaponized to the point where the Fediverise is not safe unless everyone uses a *whitelist* of instances.

    Oh why bother, they'll still complain that @lain isn't doing enough and eugen will forever be their prophet of safety and inclusiveness.
    In conversation Monday, 16-Apr-2018 14:08:43 EDT from bikeshed.party permalink
  6. It's a me (feld@bikeshed.party)'s status on Monday, 16-Apr-2018 09:12:44 EDT It's a me It's a me
    this is getting out of hand. don't you idiots know of the "apropos" command ?
    image.png
    In conversation Monday, 16-Apr-2018 09:12:44 EDT from bikeshed.party permalink
  7. It's a me (feld@bikeshed.party)'s status on Friday, 13-Apr-2018 08:59:31 EDT It's a me It's a me
    https://bikeshed.party/media/87ed8bd5-67ba-4576-908b-16b1fb98ffc3/file
    In conversation Friday, 13-Apr-2018 08:59:31 EDT from bikeshed.party permalink
  8. It's a me (feld@bikeshed.party)'s status on Thursday, 08-Mar-2018 08:55:22 EST It's a me It's a me
    in reply to
    • Oneesan succubus
    @lain On my fairly beefy hardware I was seeing ~10-15 seconds for every 10k activities that needed to be modified. Not too bad. I have been on here for about 6 months and had 350,000 activities. Under 10 minutes to do the migration.

    It's possible this could go faster if you increased your work_mem in Postgres up from the default 4MB to ... maybe 8MB? But you might not want to keep that permanently as you will see much higher memory usage.
    In conversation Thursday, 08-Mar-2018 08:55:22 EST from bikeshed.party permalink
  9. It's a me (feld@bikeshed.party)'s status on Wednesday, 07-Mar-2018 10:21:01 EST It's a me It's a me
    in Mormon Fediverse, when you die you get to be admin of your own instance.
    In conversation Wednesday, 07-Mar-2018 10:21:01 EST from bikeshed.party permalink
  10. It's a me (feld@bikeshed.party)'s status on Friday, 02-Mar-2018 11:48:57 EST It's a me It's a me
    in reply to
    • Vertigo
    • kaniini
    • Oreolek πŸ‘Ύ
    @kaniini @oreolek @vertigo also, "googler" sounds like a slang term for a sexual predator. Nobody wants that.
    In conversation Friday, 02-Mar-2018 11:48:57 EST from bikeshed.party permalink
  11. It's a me (feld@bikeshed.party)'s status on Wednesday, 28-Feb-2018 14:37:33 EST It's a me It's a me
    https://tools.ietf.org/html/rfc8314

    STARTTLS is dead. It should have never been invented. FastMail was right in never supporting it.

    Stop using STARTTLS and email on ports 143 and 587. Use proper TLS encrypted connections on 465 and 993
    In conversation Wednesday, 28-Feb-2018 14:37:33 EST from bikeshed.party permalink
  12. It's a me (feld@bikeshed.party)'s status on Tuesday, 27-Feb-2018 10:09:18 EST It's a me It's a me
    Apple created a memories album of... my dog pooping?
    In conversation Tuesday, 27-Feb-2018 10:09:18 EST from bikeshed.party permalink
  13. It's a me (feld@bikeshed.party)'s status on Tuesday, 06-Feb-2018 17:11:35 EST It's a me It's a me
    in reply to
    • mulander
    @mulander The FreeBSD port/package is also building with system libraries. I will ask him if he wants me to delete our package too. πŸ€”
    In conversation Tuesday, 06-Feb-2018 17:11:35 EST from bikeshed.party permalink
  14. It's a me (feld@bikeshed.party)'s status on Tuesday, 23-Jan-2018 20:31:22 EST It's a me It's a me
    Tide Pods: now in five new flavors!
    In conversation Tuesday, 23-Jan-2018 20:31:22 EST from bikeshed.party permalink
  15. It's a me (feld@bikeshed.party)'s status on Sunday, 21-Jan-2018 11:35:12 EST It's a me It's a me
    If you made a modern Schoolhouse Rock cartoon about how a bill becomes a law it would use the analogy of a lawmaker opening up a pull request on Github and the maintainers refusing to consider your changes unless you agreed to include additional code changes that spies on the users or prevents the software from working reliably for minorities and women.
    In conversation Sunday, 21-Jan-2018 11:35:12 EST from bikeshed.party permalink
  16. It's a me (feld@bikeshed.party)'s status on Thursday, 18-Jan-2018 16:16:51 EST It's a me It's a me
    Damnit someone beat me to registering octopussyattack.com
    In conversation Thursday, 18-Jan-2018 16:16:51 EST from bikeshed.party permalink
  17. It's a me (feld@bikeshed.party)'s status on Thursday, 11-Jan-2018 08:40:28 EST It's a me It's a me
    Slack is a Native American term for "He who cannot run IRC"
    In conversation Thursday, 11-Jan-2018 08:40:28 EST from bikeshed.party permalink
  18. It's a me (feld@bikeshed.party)'s status on Tuesday, 09-Jan-2018 16:04:12 EST It's a me It's a me
    in reply to
    • Oneesan succubus
    @lain

    laaaaaaiiiiiid back

    with my mind on the funnies and the funnies on my mind
    In conversation Tuesday, 09-Jan-2018 16:04:12 EST from bikeshed.party permalink
  19. It's a me (feld@bikeshed.party)'s status on Friday, 05-Jan-2018 15:29:19 EST It's a me It's a me
    DEC Alpha is like "Do you miss me yet?"
    In conversation Friday, 05-Jan-2018 15:29:19 EST from bikeshed.party permalink
  20. It's a me (feld@bikeshed.party)'s status on Wednesday, 03-Jan-2018 16:46:03 EST It's a me It's a me
    in reply to
    • kaniini
    @kaniini you really think you're going to retrain everyone in America's Rust Belt to do that? Get real!
    In conversation Wednesday, 03-Jan-2018 16:46:03 EST from bikeshed.party permalink
  • After
  • Before
  • Help
  • About
  • FAQ
  • TOS
  • Privacy
  • Source
  • Version
  • Contact

Jonkman Microblog is a social network, courtesy of SOBAC Microcomputer Services. It runs on GNU social, version 1.2.0-beta5, available under the GNU Affero General Public License.

Creative Commons Attribution 3.0 All Jonkman Microblog content and data are available under the Creative Commons Attribution 3.0 license.

Switch to desktop site layout.