• Activity
  • Votes
  • Comments
  • New
  • All activity
    1. Having been on Android for over a decade, I just got my first iPhone! What should I know?

      So far I have been having a surprisingly easy time learning iOS. It is incredibly intuitive! Though to be fair, my friend who has always been on iOS said the same thing about Android when she...

      So far I have been having a surprisingly easy time learning iOS. It is incredibly intuitive! Though to be fair, my friend who has always been on iOS said the same thing about Android when she switched.

      There are so many things that are basically identical on the two operating systems. But I am sure I am missing out on a lot of things that my iPhone 13 can do that my Samsung A50 could not do.

      So far I'm really loving the switch, everything feels smooth. But I am very accepting of any tips and tricks that anyone might have up their sleeves! 😊

      19 votes
    2. Is anyone else receiving a staggering amount of spam calls recently?

      For the record, I am Canadian and for all I know, maybe this only pertains to Canadians, maybe it only pertains to me. But I've been receiving a large amount of calls that just end up with no one...

      For the record, I am Canadian and for all I know, maybe this only pertains to Canadians, maybe it only pertains to me. But I've been receiving a large amount of calls that just end up with no one on the other end, or just sounds of busy call centers, or 'wrong number calls' which are happening far too frequently for it to be a mistake. Anyone else experiencing this?

      12 votes
    3. Slow Social networking thread

      Back in April we had this thread about Slow Social, a social media platform that only allows one long post per week. I've tried it out but friend discovery is woeful, so I think we could use a...

      Back in April we had this thread about Slow Social, a social media platform that only allows one long post per week. I've tried it out but friend discovery is woeful, so I think we could use a thread to share usernames and do some networking. See if we can't get a few of us into using it. If you like the idea and haven't made an account yet, now's the time.

      Post your Slow Social username below, and any specific topics you might be posting about.

      11 votes
    4. Introducing Zed — A lightning-fast, collaborative code editor written in Rust

      From Hacker News: Founder of Atom here. We're building the spiritual successor to Atom over at https://zed.dev. We learned a lot with Atom and had a great time, but it always fell short of our...

      From Hacker News:

      Founder of Atom here. We're building the spiritual successor to Atom over at https://zed.dev.

      We learned a lot with Atom and had a great time, but it always fell short of our vision. With Zed we're going to get it right. Written in Rust, custom native UI framework, engineered to be collaborative. Just starting our private alpha this week, so the timing of this announcement feels quite fitting.

      14 votes
    5. My experience with Windows 10

      I'm a longtime Linux user, and I haven't used Windows in a while aside from just launching games from Steam on my living room computer, but my new work laptop is Microsoft's flagship Surface Pro 4...

      I'm a longtime Linux user, and I haven't used Windows in a while aside from just launching games from Steam on my living room computer, but my new work laptop is Microsoft's flagship Surface Pro 4 so I figured it'd be the best experience you can have on a Windows machine.

      I got the laptop in yesterday, and here's the summary of my experience:

      • I am required by IT to use Chrome. To install Chrome, I had to click through no fewer than three "Are you sure you don't want to use Microsoft's more secure, faster browser?" banners to do so.

      • When I plug in my external monitor, by default, the two monitors were mirrored; when I went into display settings, it didn't show the external monitor until I closed and reopened the settings menu.

      • I have an Apple Magic Touchpad 2, and I had some issues getting it set up on Ubuntu 20.04 when I initially got it. These problems are now solved on the latest version of Ubuntu, but I was expecting a nice contrast in a good plug-and-play experience on Windows. Instead, I had to install sketchy drivers from some random GitHub page to get it to work properly.

      • I've had some minor annoyances with my audio interface (a Zoom R-22) not being set as the default when I want it to be on Ubuntu, and I was really looking forward to getting a smooth video calling experience with my nice mic and interface on Windows. Lo and behold, the R-22 audio input - the whole reason I have it - doesn't work at all, at least in the Zoom video calling app.

      • On Ubuntu, I use QV4L2 to configure the framing, zoom, exposure, etc of my camera. It's a bit clunky, and I was looking forward to having a smooth experience with this on the premier business OS. Unfortunately, the camera on this laptop has extremely aggressive aperture priority mode enabled, and there is no first-party app to configure it! The documentation tells me to go to Settings -> Devices -> Camera but there is no such menu item. So, I just look either washed-out or ultra-dark in every video call.

      • After running Windows Update and rebooting, I was greeted with a full-screen and quite annoying to exit tutorial for Microsoft Teams - an app I did not install, because my company uses Slack.

      This in addition to some setup papercuts, but I think those were probably due to my corporate IT's process rather than Windows itself.

      Is this common? Do people who use Windows just... put up with this kind of thing? Or am I having an exceptionally bad experience for some reason?

      15 votes
    6. What are your favourite mailing lists?

      I love mailing lists! They are my preferred way of discussing interesting topics with people. Please share your favourite lists, and any directories or search engines you know of. 🙂 nettime - net...

      I love mailing lists! They are my preferred way of discussing interesting topics with people. Please share your favourite lists, and any directories or search engines you know of. 🙂


      6 votes
    7. Am I stupid or is the entire StackOverflow network difficult to navigate?

      I made an account a few years ago but only started contributing recently. Outside of the barrage of awards, levels, limitations, I really just don't get how to find my way around the site. For...

      I made an account a few years ago but only started contributing recently. Outside of the barrage of awards, levels, limitations, I really just don't get how to find my way around the site.

      For instance, Google Sheets is listed in both Web Applications and Stack Overflow. Is there a way to get a consolidated view of all of the networks or do I have to check each one individually?

      6 votes
    8. Prototyping group decision making with automatic delegation

      Hey folks, I want to prototype a tool to help groups of people make decisions using a new decision making mechanism. We have two systems of democratic decision making that have major downsides:...

      Hey folks,

      I want to prototype a tool to help groups of people make decisions using a new decision making mechanism.

      We have two systems of democratic decision making that have major downsides:

      1. Direct democracy - everyone votes on every issue. Downside: not everyone has the time and the necessary expertise to vote on every issue.
      2. Representative democracy - everyone votes who will represent them and the representatives vote on every issue. The downside is the corruption - the representatives may not represent the best interest of those who entrusted them.

      The idea I want to explore is a hybrid of the two systems:

      • Like in a direct democracy you can vote on every issue.
      • If you do not vote on a given issue, then your vote is automatically delegated to people who voted like you in the past.

      To test this out I want to build a website [1] where anyone can create a group and invite others to the group. The group members can create proposals and vote on them to make a decision.

      For the idea to be tested the group needs to make many decisions over time (ie, not one-off polls like strawpoll.*). Only then can it take advantage of the delegation based on “voted like you in the past”.

      The details of the design will depend on the use-case:

      • How should the group roles work? Would it be enough to have owner & member roles?
      • How to invite to the group - by sending email or a link.
      • Should every member be able to propose options or just the creator or the vote?
      • Should the voting be closed automatically after some time or by hand?
      • Do you delegate implicitly or explicitly - ie, have a vote option to delegate.
      • Do you vote for a single option or can you rank options in the order of your preferences?
      • Open ballot vs secret ballot?

      Some ideas for use-cases:

      • Choose the next “team-building” activity at work.
      • Make content moderation decisions.
      • Which book to read next in a book club. Maybe transfer the list of books and the votes from the previous vote to the next.
      • Make and record company decisions by shareholders. In this case you would want to weigh the votes based on share ownership.

      I think starting with a specific use-case in mind is a better strategy than trying to build a generic tool.

      What do you think? What would you use such a tool for?

      [1] - I will likely make it part of my existing project https://linklonk.com/ unless I find an available good-sounding domain name.

      12 votes