People said the same thing about the UKs Online Safety Act when it was proposed. If these articles do not warn us to take action and spread more awareness on what's going on, we would just be stepping closer to the dystopian future faster.
I've done this for so many issues in the past and not once have I had anything more than an automated reply. Often those replies then go on and reference a totally different bill that I'm voicing an opinion on. This isn't all just one MP either, I've lived in many different areas of the UK in recent years and most of them have flipped parties at some point or another.
Maybe this is the "Westminster Bubble" the journo's keep talking about. Whatever it is, MP's seem very reluctant to interact with their constituents unless they're campaigning for re-election. At that point they'll turn up on your door step in the middle of the day, expecting a half hour conversation.
How is a citizen meant to adovcate and voice their opinions when their representivies, and every candidate looking to replace them, refuses to engage?
This isn't really a specific question, or a critism on your point. It's just venting on my experience in recent years. Maybe someone else has had a more positive experience they'd be interested in sharing?
I've written to mine several times and usually I get a stock reply vaguely relating to the subject, but occasionally I've got actual replies. Once I sent a message about ordnance survey open data and they sent a clearly custom reply and forwarded my message to someone else.
In any case, my sister used to work in an MP's office and even when you get auto replies they tally it, and weight it quite heavily as a representation of constituents' views (unless it's a template letter in which case it goes straight in the bin).
It definitely has more effect than signing a petition - most of them are super dumb (lower taxes!) and as far as I know not a single one has actually changed the government's position. It's just too easy to sign them and too many dumb people do it.
> The Government has no plans to repeal the Online Safety Act, and is working closely with Ofcom to implement the Act as quickly and effectively as possible to enable UK users to benefit from its protections.
This. I dislike most mobile websites as much as I hate the mobile apps. So to pick my poison, I have a formula.
- Banking: Install it on a different android profile because my websites forces me to use the App one way or the other anyway.
- If the site uses an existing open protocol to interact (IndieWeb, Fediverse, etc), use a non-browser/non-electron app that can handle multiple instances of such protocols.
- If not, and it has PWA, is responsive, and I use it at least twice a day, use the PWA (so far I have one).
- If it does not have PWA, but have has nice responsive layout, Firefox Android with uBlock Origin (I use Iornfox).
- For everything else, if I'm outside without a laptop, whine, complain, and use the website in the mobile browser, enable desktop mode if it has a crappy UI.
I honestly hate PWAs. Last time I tried it, I realized I couldn't open a link in a new tab. Some people tried to make me use the PWA instead of browsing the website, but to me, it just makes my life harder.
The mastery to front end development is understanding the semantics of HTML.
At every single company I worked for, I had to teach people to stop using div tag for everything. You can style things however you want, or even create components that the browser does not allow you to style (as long as you have fallbacks).
> I had to teach people to stop using div tag for everything.
And the crazy nesting of divs 5, 10, or even 15 layers deep.
Like… _no._ Just hand your senior card back to the issuer, and go back to being a junior. If you cannot create a simple layout with only 2-3 layers of divs _at most,_ there is something seriously wrong with your front-end skill set.
Pressure to get things done now. No time in the future to correct things. Possibility of getting fired for falling behind your peers that make the same shortcuts while you attempt to do things better.
It’s always an issue with management that doesn’t care about doing things correct. So the incentive to keep your job is always perverse.
Does HTML even have semantics? You practically can use div for everything, and then use CSS to make it act like whatever component you wanted.
You should let the defaults do their job, but they don't do very much. HTML's main semantic is to give things a hierarchical structure. Visually it's a free for all after that
no no no, different elements have different behaviours. for example, a button automatically has accessibility features like being able to tab to it and select with Enter key, which is essential for a screenreader. do that with a div and you end up building the functionality from scratch.
if all you care about is the visuals, sure, there's little difference, but once you scratch the surface you will have a poor product by not using the correct elements (where there is a clear "correct" ofc, sometimes it's subjective).
Svelte 5 does a great job of raising warnings for this. You try to use an onclick on a div you get warning to make it tab-able and give it an aria role, and a reccomendation that you should probably be using a button.
Ditto, the only time I use Chrome is when some old portals in work require it. I've never had a crash in the past 8 years, but then again, I keep my tabs clean and have uBlock Origin.
It depends on the extension, what are you using? Search in the Add-on store[0] If It's present there, then Firefox can even import them from Chrome for you if it matches certain criteria[1]
I said this before I left IBM, and I will say it again.
These and other models IBM is working on can do basic tasks that anyone else could. But it will all fall apart the moment you add complexity to it.
It's hilarious to see how IBM struggles to stay relevant, what did that lead to? A bot that summarizes stack trace. Why is this even on the front page of HN?