HackerLangs
トップ新着トレンドコメント過去質問紹介求人

moebrowne

779 カルマ登録 2 年前
<https://www.mountainofcode.co.uk>

投稿

Top 1 Million Analysis – June 2026: Ten Years of Web Security

scotthelme.co.uk
2 ポイント·投稿者 moebrowne·11 日前·0 コメント

The netdna-ssl.com takeover is an attack waiting to happen

scotthelme.co.uk
6 ポイント·投稿者 moebrowne·16 日前·0 コメント

The Instructure Canvas Breach Was Caused by XSS

scotthelme.co.uk
5 ポイント·投稿者 moebrowne·26 日前·0 コメント

Microsoft releases software updates to plug nearly 200 security holes

krebsonsecurity.com
3 ポイント·投稿者 moebrowne·先月·0 コメント

AI Agents Can't Help with Intent Debt

addyosmani.com
3 ポイント·投稿者 moebrowne·先月·1 コメント

Device Bound Session Credentials

scotthelme.co.uk
2 ポイント·投稿者 moebrowne·先月·0 コメント

Data Breach Disclosure Lag Is Getting Worse

troyhunt.com
4 ポイント·投稿者 moebrowne·先月·0 コメント

PHP Erased Generics RFC

wiki.php.net
4 ポイント·投稿者 moebrowne·先月·1 コメント

The PHP Foundation Impact and Transparency Report 2025

thephp.foundation
4 ポイント·投稿者 moebrowne·先月·0 コメント

Maybe Don't Rely on Google's "Modern Web Guidance"

adrianroselli.com
5 ポイント·投稿者 moebrowne·2 か月前·0 コメント

The robots are replacing the packages

spatie.be
3 ポイント·投稿者 moebrowne·2 か月前·0 コメント

AI has a multiplying effect on existing technical skills

joshwcomeau.com
344 ポイント·投稿者 moebrowne·2 か月前·318 コメント

UK competition regulator investigates Microsoft

brucelawson.co.uk
3 ポイント·投稿者 moebrowne·2 か月前·0 コメント

PHP RFC: Scope Functions a.k.a. Multiline Short Closures

wiki.php.net
1 ポイント·投稿者 moebrowne·2 か月前·0 コメント

XSS Is Deadly for Passkeys: The Hidden Risk of Attestation None

scotthelme.co.uk
8 ポイント·投稿者 moebrowne·2 か月前·7 コメント

IP over Avian – The informal report from the RFC 1149 event

blug.linux.no
3 ポイント·投稿者 moebrowne·2 か月前·0 コメント

PHP 8.6 Closure Optimizations

wiki.php.net
124 ポイント·投稿者 moebrowne·3 か月前·50 コメント

"Amazing Refresh" - A Malicious Chrome Extension

scotthelme.co.uk
3 ポイント·投稿者 moebrowne·3 か月前·0 コメント

Bitbucket is keeping a free tier for self-hosted CI runners

atlassian.com
3 ポイント·投稿者 moebrowne·4 か月前·3 コメント

Elizabeth Barron Is the New Executive Director of the PHP Foundation

thephp.foundation
4 ポイント·投稿者 moebrowne·4 か月前·0 コメント

コメント

moebrowne
·一昨日·議論
> Plus all current treatments render the honey inedible

Formic acid is one of the few treatments which is acceptable to use while honey is present.
moebrowne
·9 日前·議論
> If I work until I'm exhausted and find three bugs, someone might still complain later that I missed a fourth and I should have tried harder.

This is a weird take. Less bugs is less bugs, just because you maybe didn't find them all doesn't undermine the value of finding some.
moebrowne
·17 日前·議論
> If you ran SETI@home or Folding@home back when that was a thing

SETI@home is gone but Folding@home is still very much a thing. There are currently 133 active projects: https://apps.foldingathome.org/psummary
moebrowne
·17 日前·議論
I'd assumed that the question mark was supposed to be a degrees (°) symbol but got mangled somehow. 752F is exactly 400C
moebrowne
·23 日前·議論
Kinda reminds me of DMoz.
moebrowne
·23 日前·議論
Do you write a bunch of posts and the schedule them? You put out 3 posts every single day at exactly 0800, 1200 and 1600.
moebrowne
·24 日前·議論
Making it too easy invites spam.

Sending a single email seems like a good compromise to me.
moebrowne
·25 日前·議論
I had the same experience. I ran it on the original Pi zero with a WiFi dongle, in the middle of a busy town. Not a single interaction.
moebrowne
·25 日前·議論
Anyone looking for local-first smart bulbs, plugs, etc with Tasmota or ESPHome I can thoroughly recommend https://www.mylocalbytes.com/ - not affiliated in any way, just a very happy customer.
moebrowne
·26 日前·議論
source?
moebrowne
·先月·議論
> Every time I started Chrome, it was a breath of fresh air. Everything was just slightly faster to react

Are you opening "several windows with a dozen tabs each" in Chrome? If not, then it's hardly a fair comparison.
moebrowne
·先月·議論
Yup, or open dev tools and enable "disable cache". This applies only while dev tools is open
moebrowne
·先月·議論
If you want a list of posts simply ordered by upvotes: https://news.ycombinator.com/best
moebrowne
·先月·議論
At least they give you a choice
moebrowne
·先月·議論
The "local" were talking about is a path on the same machine. The article uses the remote `/home/user/bares/cani.git`
moebrowne
·先月·議論
The removal was discussed here: https://news.ycombinator.com/item?id=45873434

No need to imagine a polyfil, they already exist: https://github.com/mfreed7/xslt_polyfill
moebrowne
·先月·議論
They are:

> The ampersand character (&) and the left angle bracket (<) MUST NOT appear in their literal form, except when used as markup delimiters, or within a comment, a processing instruction, or a CDATA section. If they are needed elsewhere, they MUST be escaped using either numeric character references or the strings " &amp; " and " &lt; " respectively. The right angle bracket (>) may be represented using the string " &gt; ", and MUST, for compatibility, be escaped using either " &gt; " or a character reference when it appears in the string " ]]> " in content, when that string is not marking the end of a CDATA section.

> In the content of elements, character data is any string of characters which does not contain the start-delimiter of any markup and does not include the CDATA-section-close delimiter, " ]]> ". In a CDATA section, character data is any string of characters not including the CDATA-section-close delimiter, " ]]> ".

> To allow attribute values to contain both single and double quotes, the apostrophe or single-quote character (') may be represented as " &apos; ", and the double-quote character (") as " &quot; ".

https://www.w3.org/TR/xml/#syntax
moebrowne
·先月·議論
Internal discussions here: https://externals.io/message/130816
moebrowne
·先月·議論
Full changelog here: https://github.com/composer/composer/releases/tag/2.10.0
moebrowne
·先月·議論
Official manual including install instructions: https://markqvist.github.io/Reticulum/manual/