this post was submitted on 01 May 2025
19 points (95.2% liked)

Programming

20279 readers
647 users here now

Welcome to the main community in programming.dev! Feel free to post anything relating to programming here!

Cross posting is strongly encouraged in the instance. If you feel your post or another person's post makes sense in another community cross post into it.

Hope you enjoy the instance!

Rules

Rules

  • Follow the programming.dev instance rules
  • Keep content related to programming in some way
  • If you're posting long videos try to add in some form of tldr for those who don't want to watch videos

Wormhole

Follow the wormhole through a path of communities !webdev@programming.dev



founded 2 years ago
MODERATORS
 

Looking for honest feedback on a tool for fast note-sharing: devs, educators, curious minds welcome 🙏

https://quickpoint.me/quickpoint/landing/PAGE/1

you are viewing a single comment's thread
view the rest of the comments
[–] lime@feddit.nu 1 points 3 weeks ago (7 children)

from the overview i can't really tell what it is, although it sounds like onenote, which i've never really gotten along with. also yeah, the online requirement thing means it's not suitable for secure work.

[–] Kevisthename@lemmy.world 1 points 2 weeks ago (6 children)

Hey- Thanks for the feedback. You're right about the lack of overview or clear purpose- I'm aiming for more of a “just type and share instantly” kind of thing. At the end of the day, I guess what I want to know is- what could this be used for, you know? I might have one idea, but I could be wrong.

Curious- and it may sound basic but I don't wanna assume- is offline use important for you mostly because of security or something else (travelling/using hotel wifi, etc).

[–] lime@feddit.nu 2 points 2 weeks ago* (last edited 2 weeks ago) (5 children)

I work with governmental organisations and heavy industry. spotty internet, data privacy, changing laws, cleanroom areas, IT audits, travel to places with less savoury governments, telemetry that shouldn't be stored but is due to some flag someone forgot, takeover of the server, ulterior motives, you name it. needing a network connection means it has to be assumed compromised, and short of letting my IT dept host its own version, you can't convince me otherwise. I need to be able to 1) sync data only when on a verified safe network, and 2) trust the server that data goes to and from.

when it comes to what something could be used for... are you doing market research, or basic research? building a tool usually means you have a need for that tool. If you're trying to market something, do a proper test with a control group. just going "i made a thing, i don't know what it's good for" isn't going to pull in crowds, especially if there is a barrier such as account creation to actually use the thing.

Edit:

also, your page is missing basic accessibility features. all the links are s, not s, so they're not properly picked up.

[–] Kevisthename@lemmy.world 1 points 1 week ago (1 children)

Hi! Just circling back here- what does this mean? I'd like to action it: "Page is missing basic accessibility features" - Can you provide more detail on location perhaps or just more info in general!

[–] lime@feddit.nu 1 points 1 week ago* (last edited 1 week ago) (1 children)

basically this

in short,

  • semantic html (, , etc). ban use of unless there is no fitting tag.
  • aria roles (which you will need less of with semantic html)
  • logical grouping, which facilitates
  • structured text that flows in a screen reader
  • never ever ever use s instead of nchors for links unless you have a very good reason.

also, don't use the wording "circling back" unless you want people to get office ptsd.

[–] Kevisthename@lemmy.world 1 points 1 day ago

Hahah! Sorry for the language- I've obviously been spending too much time there myself (SOS!)... Thanks again- this is great, I can really use this!

load more comments (3 replies)
load more comments (3 replies)
load more comments (3 replies)