Skip to main content

Posts

Showing posts from November, 2022

Rotherham: Independent inquiry to examine death of boy, 5 #wanitaxigo

Analysis: Palace row raises awkward questions about race #wanitaxigo

Christine McVie, Fleetwood Mac singer-songwriter, dies aged 79 #wanitaxigo

Spectacular scenes as Hawaii volcano erupts #wanitaxigo

Ukraine: Zelenska tells MPs that UK must 'unite the world' #wanitaxigo

Onshore wind: Grant Shapps criticised for 'nonsense' claims #wanitaxigo

Show HN: Bulwark Passkey – A virtual Yubikey-like device for 2FA or WebAuthN https://ift.tt/T7lRI30

Show HN: Bulwark Passkey – A virtual Yubikey-like device for 2FA or WebAuthN Hey y'all, This is something I've been working on for a few months. It is a passkey system, similar to Apple Passkeys or a Yubikey, but it is entirely software based so you can sync credentials between devices. Passkeys (and FIDO devices in general) allow you to use public keys instead of passwords or codes to authenticate. For instance, you can just click "Approve" on the device/software instead of having to copy a code, and there are no passwords to phish. This is a new piece of tech, so website support for logins are still limited, but it can currently be used for 2FA anywhere a Yubikey can be used. Bulwark Passkey emulates the USB device in software, which allows you to sync credentials as well as copy them out. This is less secure than a dedicated hardware device, where credentials can never by copied or removed from the device, but it is much, much more secure and usable than passwords ...

Musk feuds with Apple over Twitter advertising #wanitaxigo

Show HN: Widget.json and Widget Construction Set https://ift.tt/WuIFqLR

Show HN: Widget.json and Widget Construction Set My friend and I just finished this project last week. I'd love to hear your feedback. widget.json brings a dynamic window to the web to your device's home screen. It's kind of like RSS for widgets, you make a widget.json for whatever web data you want and then subscribe to it in Widget Construction Set, our iOS widget.json viewer. We've made image of the day and word of the day widgets, Youtube channel widgets that show the latest videos, RSS widgets, Prometheus counter widgets and more. You can imagine a GitHub CI widget showing the last build status with a link to view it. Friend groups could make a shared scratch pad of text and images. Househoulds can make a shared TODO or grocery list widget. Widgets can use local device launch schemes which enables widgets to initiate text messages, calls, emails, shortcuts apps, and more. With this, you can make a widget that shows images of your favorite people and when you tap th...

Show HN: Feuille – a fast, simple socket-based pastebin https://ift.tt/GoBq9A6

Show HN: Feuille – a fast, simple socket-based pastebin Should be considered as a usable WiP for now. I still need to tweak and fix some things in my code. I'd love to get some feedback! See < https://bin.heimdall.pm/ > for my personal feuille instance. Feel free to play around with it :) https://ift.tt/HQDmWrj November 28, 2022 at 09:22PM

Facebook: Meta fined €265m by Irish Data Protection Commission #wanitaxigo

World Cup 2022: Spain 1-1 Germany: Niclas Fullkrug equaliser after Alvaro Morata opener #wanitaxigo

Tiny Nativity scene in the eye of a needle on display in Birmingham #wanitaxigo

New York: Man rescued seconds before incoming train #wanitaxigo

World Cup 2022: France 2 Denmark 1: Kylian Mbappe scores twice as holders reach knockout stage #wanitaxigo

Leonardo DiCaprio lauds birth of bison calf in Canterbury #wanitaxigo

World Cup: Iran protesters confronted at World Cup game against Wales #wanitaxigo

Black Friday sales rebound as shoppers seek bargains #wanitaxigo

Dehenna Davison to stand down as Bishop Auckland MP at election #wanitaxigo

Watchdog apologises after MPs' Christmas parties row #wanitaxigo

Labour questions PPE contract award and Baroness Mone links #wanitaxigo

Royal Mail: Strikes over Christmas and Black Friday to go ahead #wanitaxigo

Show HN: Teetail – like tee and like tail https://ift.tt/AGEt7wu

Show HN: Teetail – like tee and like tail I want to pass tons of stuff through a pipeline, and also store it in a file so I can debug what happened if things unexpectedly die. There's way too much data to put it all in a file, so I just want the last bit to end up in the file. Wrote a quick bit of C to solve that, posting it here to save the next person to have this particular need a bit of time. https://ift.tt/mKBP8w0 November 23, 2022 at 11:10PM

Teachers' strike in Scotland to go ahead as new pay offer rejected #wanitaxigo

Owen Paterson takes UK government to European court over lobbying probe #wanitaxigo

Instagram 'wrong' to take down drill music video #wanitaxigo

Show HN: Cut, copy, and paste files in the terminal https://ift.tt/ue6zocN

Show HN: Cut, copy, and paste files in the terminal This is my new little project to build something I've been needing but haven't been able to find, a clipboard system for the terminal. If you ever need to copy or move some file but don't know where exactly, that's exactly what Clipboard excels at. I can't believe this hasn't been done before. https://ift.tt/5RNYCeT November 22, 2022 at 12:21AM

Show HN: General Task, a free task manager for builders (beta) https://ift.tt/W7supR3

Show HN: General Task, a free task manager for builders (beta) Hello everyone! I left my job to start General Task a little over a year ago, and have been building a better free task manager with a small team. We aim to be the best place where one can find what’s next in their workday and we integrate with a number of different services to help do that. We’re still in the early stages of a beta, but so far you can: - Create/edit tasks with due dates, priorities, and folders - Drag tasks onto your calendar to block off time to do them (syncs with GCal) - Sync with Linear (JIRA coming soon) to see tasks assigned to you - Sync with Github to see your PRs - Integrate with Slack to make tasks directly from Slack What sets us apart? We know there are tons of task managers out there. We believe ours is different because it is tailor-made for engineers, with integrations for Github PRs, Linear and Slack. We also support dragging tasks onto your calendar, which is usually only found in premium ...

Millions of lives under threat in Ukraine this winter - WHO #wanitaxigo

Turkey Kurdish strikes: A population living in fear #wanitaxigo

Martyn's Law: PM urged not to delay venue security bill #wanitaxigo

East Belfast UVF operation leads to gun and pipe bomb seizures #wanitaxigo

Show HN: At a Glance ESM Support for NPM Packages https://ift.tt/GNcsyLk

Show HN: At a Glance ESM Support for NPM Packages We've rolled out a feature for openbase.com that we think is a DX game changer for Node devs. Since the emergence of ECMA Script modules, it's been a continuous guessing game as to what kind of exports a package has. That's never really been discoverable without using a site like unpkg, or installing the package and inspecting package.json. Openbase now displays the ES Module support level (e.g. type of exports) on all of their package pages. We added this feature because our devs are some of the folks continually caught off guard by installing an NPM dependency only to find out it's ESM-only. If that's you too, or if the type of exports matter for your project, check out the package on Openbase first. https://openbase.com A few screenshots: - https://ift.tt/kUr0x8z - https://ift.tt/wRgt3pG - https://ift.tt/WmoNvSX November 19, 2022 at 01:17AM

Eton College boys 'booed' visiting state schoolgirls #wanitaxigo

Keir Starmer accepts £55bn 'black hole' calculation #wanitaxigo

Rupert Murdoch pays £11,000 for Boris Johnson to visit #wanitaxigo

Show HN: I finished my site for daily dogbunny puzzles, as I promised on HN https://ift.tt/8mLbpYZ

Show HN: I finished my site for daily dogbunny puzzles, as I promised on HN Hi everyone, based on the feedback on my prototype puzzle ( https://ift.tt/NJoaVrQ ) I have now built a daily puzzle site, with lots of animation and interactivity. Hope you enjoy it! https://ift.tt/EHZpN86 November 17, 2022 at 11:09PM

I'm A Celeb: Matt Hancock in jungle prompts 1,100 Ofcom complaints #wanitaxigo

Show HN: The German Job Market Is Crashing https://ift.tt/YQyjagS

Show HN: The German Job Market Is Crashing If we looked at the German Job Market as if it were the stock market, we would say that it's crashing! On the following link you can see my pet project where I have been scrapping the major job offer portal in Germany for over one year. In the last two weeks it has lost 33% percent of all posted job offers and it keeps dropping as a rock :-( Dashboard: https://jobmarketanalytics.com/#months=%2212%22&technology=%... Source Code: https://ift.tt/53cQWqg Slide Deck: https://ift.tt/mKlf6u3 https://ift.tt/fxXVOg9 November 16, 2022 at 12:32AM

TikTok Now: BeReal-style feature prompts copycat claims #wanitaxigo

Twirls substituted in some Heroes chocolate boxes #wanitaxigo

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices https://ift.tt/nfGcAbo

Show HN: Dlna-cast, a command line tool to cast PC screen to DLNA devices dlna-cat is a cross-platform command-line tool that casts screen and media file to remote DLNA device. dlna-cast uses ffmpeg to capture screen and audio, then convert them into HLS streams which could be served by a simple HTTP server. The HLS url will be send to the selected device via uPnP protocol and then you can watch you screen on the remote device (smart TV, typically). This tool is supposed to be cross-platform but currently I don't have a Linux or MacOS device at hand so it can only run on Windows now. It won't be hard to support other platforms though, as there are no platform specific dependencies. HLS is chosen just because it is easy to implement. But the problem of HLS is its high latency (up to 5-10s or more) so it's definitely not for scenarios that require low latency (presentation for example). But as a trade-off the streaming quality exceeds a lot of software screen-casting solution...

UK withdraws troops from Mali early blaming political instability #wanitaxigo

Gwent Police to face misogyny, corruption and racism probe #wanitaxigo

My Dad Wrote A Porno: Hit podcast series to come to an end in December #wanitaxigo

Iranian who made Paris airport home for 18 years dies #wanitaxigo

Keith Levene: The Clash guitarist and founding member dies aged 65 #wanitaxigo

Migrant channel crossings top 40,000 this year #wanitaxigo

Ballymoney: Toddler Noah McAleese dies in farm incident #wanitaxigo

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts https://ift.tt/4Rgu7zc

Show HN: ShowMeYourHotKeys – A macOS app to show applications menu shortcuts Hi everyone, ShowMeYourHotKeys is a macOS application I worked for the last months. This app shows the frontmost app's menu items shortcuts (it also have some other features) There is a beta version available on the website. Accessibility permission is necessary to obtain menu items informations and Full disk Access is necessary to create custom shortcuts. I would love to hear all the feedbacks and suggestions. Thank you for your attention. https://ift.tt/5ouTWeE November 11, 2022 at 09:45PM

Iran diplomat summoned by UK over journalist threat claims #wanitaxigo

Stillbirth: 'Finding my baby after 76 years is a big relief' #wanitaxigo

Nurses' union pay demands not affordable, says Rishi Sunak #wanitaxigo

Rishi Sunak 'confident' of NI Protocol talks breakthrough #wanitaxigo

Show HN: An API for CO₂ Removal https://ift.tt/LurbWUI

Show HN: An API for CO₂ Removal Hi all, We're Fabienne and Ewan of Climacrux. Today we're proud to launch our latest project to try and make carbon dioxide removal as accessible as possible: CDR Platform [1]. In short: it’s an API to connect to a portfolio of carbon removers. You can purchase from as low as a single gram and select from both natural and technological removal methods. Longer: A couple of years ago we launched an alternative to carbon credits, Carbon Removed[2], designed for individuals to buy and subscribe to CDR. But we always had the nagging thought that there was more that could be done. CDR Platform is our foundation for that - a simple API to get prices and purchase (at the moment). Our plan is to become the Stripe of the carbon removal ecosystem, seamlessly connecting the supply to the demand. We’d love to hear your feedback. Do you see a use case for this and would you use it? What features have we missed? Do you understand what we’re doing and if not, wh...

How much are nurses paid in the NHS? #wanitaxigo

Show HN: Hypertest - A test runner for developers with ADHD https://ift.tt/pKAom1y

Show HN: Hypertest - A test runner for developers with ADHD TL;DR: a test runner focused on making devs w/ ADHD happy. Hello HN! My name is Yuval, a dev with ADHD. I believe there's different design constraints on tooling for devs with ADHD compared to their "normal"counterparts. That's what I'm here to solve. I gathered experiences of other ADHD devs, to summarize: ( https://ift.tt/nTfKzit ) - Memory: People w/ ADHD have horrendous short term memory (hard to keep grasp of the current *thing/task*) - Distraction: Are easily distracted, tend to fall off the focus wagon easily. - Boring Maintenance: They need and use lists, but are bad at maintaining them. A star would feel awesome (MIT licensed): https://ift.tt/k9qQmDa https://nabaz.io November 9, 2022 at 10:56PM

COP27: Time to pay the climate bill - vulnerable nations #wanitaxigo

Councils in court over hotels housing asylum seekers #wanitaxigo

Norway princess quits royal duties for alternative medicine #wanitaxigo

US midterms: When will we know the election results? #wanitaxigo

Yorkshire: Former chairman Roger Hutton will not take part in racism hearings #wanitaxigo

Made.com expected to go into administration on Monday #wanitaxigo