Jonkman Microblog
  • Login
Show Navigation
  • Public

    • Public
    • Network
    • Groups
    • Popular
    • People

Notices by Wilfred Hughes (wilfredh@mastodon.social)

  1. Wilfred Hughes (wilfredh@mastodon.social)'s status on Thursday, 20-Feb-2020 15:52:27 EST Wilfred Hughes Wilfred Hughes

    Wonderful, empathetic discussion of open source dynamics, emotional associations and mindset: https://blog.burntsushi.net/foss/

    In conversation Thursday, 20-Feb-2020 15:52:27 EST from mastodon.social permalink
  2. Wilfred Hughes (wilfredh@mastodon.social)'s status on Friday, 30-Aug-2019 15:13:57 EDT Wilfred Hughes Wilfred Hughes

    Today I learnt that GNU readline supports editor macros! If you often find yourself typing something, you can create a shortcut.

    https://twobithistory.org/2019/08/22/readline.html

    In conversation Friday, 30-Aug-2019 15:13:57 EDT from mastodon.social permalink
  3. Wilfred Hughes (wilfredh@mastodon.social)'s status on Friday, 19-Jul-2019 15:09:24 EDT Wilfred Hughes Wilfred Hughes

    Replacing openSSL with Rustls can improve execution time, memory usage, and security! https://www.zdnet.com/article/a-rust-based-tls-library-outperformed-openssl-in-almost-every-category/

    The potential performance improvements will probably motivate adoption even in C/C++ programs.

    In conversation Friday, 19-Jul-2019 15:09:24 EDT from mastodon.social permalink
  4. Wilfred Hughes (wilfredh@mastodon.social)'s status on Wednesday, 10-Jul-2019 16:49:43 EDT Wilfred Hughes Wilfred Hughes

    The base ISA for RISC-V has been ratified, so there's a stability promise! https://riscv.org/2019/07/risc-v-foundation-announces-ratification-of-the-risc-v-base-isa-and-privileged-architecture-specifications/

    In conversation Wednesday, 10-Jul-2019 16:49:43 EDT from mastodon.social permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      RISC-V Foundation Announces Ratification of the RISC-V Base ISA and Privileged Architecture Specifications
      By Catherine Lockwood from RISC-V Foundation
      RISC-V Foundation Announces Ratification of the RISC-V Base ISA and Privileged Architecture Specifications
  5. Wilfred Hughes (wilfredh@mastodon.social)'s status on Sunday, 23-Jun-2019 09:15:31 EDT Wilfred Hughes Wilfred Hughes

    Friday's xkcd is blunt but fair: it's very hard to secure any part of a modern computer stack, and we depend on all of it: https://m.xkcd.com/2166/

    In conversation Sunday, 23-Jun-2019 09:15:31 EDT from mastodon.social permalink
  6. Wilfred Hughes (wilfredh@mastodon.social)'s status on Thursday, 20-Jun-2019 15:40:24 EDT Wilfred Hughes Wilfred Hughes

    Stripe has released a static gradual type system for Ruby! https://sorbet.org/blog/2019/06/20/open-sourcing-sorbet

    Perhaps the moral here is to worry about a building a great runtime, and only worry about the type system if your language gains traction?

    In conversation Thursday, 20-Jun-2019 15:40:24 EDT from mastodon.social permalink
  7. Wilfred Hughes (wilfredh@mastodon.social)'s status on Sunday, 02-Jun-2019 16:33:41 EDT Wilfred Hughes Wilfred Hughes

    A cute Pharo IDE feature that I miss on other editors: you can view all the subclasses that implement a method, and edit them from inside that search UI! It's a lovely way to refactor.

    In conversation Sunday, 02-Jun-2019 16:33:41 EDT from mastodon.social permalink
  8. Wilfred Hughes (wilfredh@mastodon.social)'s status on Thursday, 16-May-2019 15:03:04 EDT Wilfred Hughes Wilfred Hughes

    Zero cost abstractions, and what persuades other developers to use our abstractions: https://boats.gitlab.io/blog/post/zero-cost-abstractions/

    In conversation Thursday, 16-May-2019 15:03:04 EDT from mastodon.social permalink

    Attachments

    1. File without filename could not get a thumbnail source.
      Zero Cost Abstractions
      from withoutblogs
      The idea of a zero cost abstraction is very important to certain programming languages, like Rust and C++, which intend to enable users to write programs with excellent performance profiles with relatively little effort. Since this idea is fundamental to the design of Rust and my work, I want to investigate, for a moment, what exactly a zero cost abstraction even is. The idea is summarized in its original by Bjarne Stroustrup, the original developer of C++:
  9. Wilfred Hughes (wilfredh@mastodon.social)'s status on Wednesday, 15-May-2019 18:01:26 EDT Wilfred Hughes Wilfred Hughes

    IPv4 addresses are now so valuable that people are committing fraud to obtain them! http://www.circleid.com/posts/20190514_735k_fraudulently_obtained_ip_addresses_have_been_revoked/

    In conversation Wednesday, 15-May-2019 18:01:26 EDT from mastodon.social permalink

    Attachments

    1. Invalid filename.
      Close to 735K Fraudulently Obtained IP Addresses Have Been Uncovered and Revoked, ARIN Reveals
  10. Wilfred Hughes (wilfredh@mastodon.social)'s status on Tuesday, 26-Mar-2019 21:01:38 EDT Wilfred Hughes Wilfred Hughes

    MIPS is going to be open source, competing with RISC-V!

    https://www.eetimes.com/document.asp?doc_id=1334087
    https://www.eetimes.com/document.asp?doc_id=1334317

    In conversation Tuesday, 26-Mar-2019 21:01:38 EDT from mastodon.social permalink
  11. Wilfred Hughes (wilfredh@mastodon.social)'s status on Friday, 22-Mar-2019 16:49:15 EDT Wilfred Hughes Wilfred Hughes

    .mdx files are a mix of markdown and JSX, used for writing content heavy websites like blogs: https://reacttraining.com/blog/gatsby-mdx-blog/

    Interesting file format that I haven't seen before.

    In conversation Friday, 22-Mar-2019 16:49:15 EDT from mastodon.social permalink
  12. Wilfred Hughes (wilfredh@mastodon.social)'s status on Monday, 21-Jan-2019 19:26:26 EST Wilfred Hughes Wilfred Hughes

    Rust's dbg! macro (new in 1.32) is delightful. You write dbg!(my_var) and you get a print statement that writes:

    [src/my_file.rs:123] my_var = "value of my_var"

    It's a huge ergonomic help when debugging!

    In conversation Monday, 21-Jan-2019 19:26:26 EST from mastodon.social permalink
  13. Wilfred Hughes (wilfredh@mastodon.social)'s status on Tuesday, 23-Oct-2018 15:11:20 EDT Wilfred Hughes Wilfred Hughes

    A remarkable new scam: buy a smartphone app, record user interactions, and replay them with bots to fraudulently increase ad clicks and therefore revenue!

    https://www.buzzfeednews.com/article/craigsilverman/how-a-massive-ad-fraud-scheme-exploited-android-phones-to

    Seems very hard to detect, as it's using real user data to make bots appear human.

    In conversation Tuesday, 23-Oct-2018 15:11:20 EDT from mastodon.social permalink
  14. Wilfred Hughes (wilfredh@mastodon.social)'s status on Sunday, 14-Oct-2018 13:19:24 EDT Wilfred Hughes Wilfred Hughes

    It was amazingly easy to add Tramp support to deadgrep.el. A single function change and suddenly you can run searches on remote machines too!

    https://github.com/Wilfred/deadgrep/commit/11b380990d7e3a518ce7a642a4b3b1aa5981830c#diff-ebaf319cedbc95e2f292132ed2a27a9c

    In conversation Sunday, 14-Oct-2018 13:19:24 EDT from mastodon.social permalink
  15. Wilfred Hughes (wilfredh@mastodon.social)'s status on Wednesday, 29-Aug-2018 18:59:21 EDT Wilfred Hughes Wilfred Hughes

    I Don't Like Notebooks: https://docs.google.com/presentation/d/1n2RlMdmv1p25Xy5thJUhkKGvjtV-dkAIsUXP-AL4ffI/preview?slide=id.g362da58057_0_1

    A good discussion of the limitations of Jupyter. It's a challenging design space: you want a helpful code sandbox without reinventing the IDE.

    In conversation Wednesday, 29-Aug-2018 18:59:21 EDT from mastodon.social permalink
  16. Wilfred Hughes (wilfredh@mastodon.social)'s status on Wednesday, 29-Aug-2018 15:00:01 EDT Wilfred Hughes Wilfred Hughes

    Fabulous introduction to the tooling, mindset, and ecosystem of Common Lisp: http://stevelosh.com/blog/2018/08/a-road-to-common-lisp/

    It's also frank about the quirks of the language, which is nice. There's a note on kludges that made me smile.

    In conversation Wednesday, 29-Aug-2018 15:00:01 EDT from mastodon.social permalink
  17. Wilfred Hughes (wilfredh@mastodon.social)'s status on Sunday, 05-Aug-2018 22:31:31 EDT Wilfred Hughes Wilfred Hughes

    'Elm Lens' is a really neat idea: it exposes the number of callers to the current function in your editor! https://medium.com/@matthew.buscemi/introducing-elm-lens-2d21e05d95

    In conversation Sunday, 05-Aug-2018 22:31:31 EDT from mastodon.social permalink
  18. Wilfred Hughes (wilfredh@mastodon.social)'s status on Thursday, 26-Jul-2018 03:40:10 EDT Wilfred Hughes Wilfred Hughes

    Tramp using the new multithreading in Emacs! https://lists.gnu.org/archive/html/emacs-devel/2018-07/msg00862.html

    h/t @Koral_001@twitter.com

    In conversation Thursday, 26-Jul-2018 03:40:10 EDT from mastodon.social permalink
  19. Wilfred Hughes (wilfredh@mastodon.social)'s status on Tuesday, 05-Jun-2018 17:16:48 EDT Wilfred Hughes Wilfred Hughes

    Looks like it was difficult for GitHub to maintain independence: it wasn't profitable for much of 2016: https://www.bloomberg.com/news/articles/2018-06-03/microsoft-is-said-to-have-agreed-to-acquire-coding-site-github

    In conversation Tuesday, 05-Jun-2018 17:16:48 EDT from mastodon.social permalink

    Attachments

    1. Microsoft Is Said to Have Agreed to Acquire Coding Site GitHub
      from Bloomberg.com
      Microsoft Corp. has agreed to acquire GitHub Inc., the code repository company popular with many software developers, and could announce the deal as soon as Monday, according to people familiar with the matter.
  • 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.