HackerTrans
TopNewTrendsCommentsPastAskShowJobs

furtiman

no profile record

Submissions

Edge AI online hackathon with 12.000USD first place prize – through November '25

hackerearth.com
5 points·by furtiman·9개월 전·0 comments

Arduino announces UNO Q – Qualcomm-based high-performing Linux device

hackster.io
1 points·by furtiman·9개월 전·0 comments

Lufthansa to cut 4000 jobs turning to AI for efficiency

cnbc.com
4 points·by furtiman·10개월 전·1 comments

ARM is introducing a new product naming architecture

newsroom.arm.com
11 points·by furtiman·작년·2 comments

Edge AI and IoT in 2025 – All You Need to Know [video]

youtube.com
1 points·by furtiman·작년·1 comments

How to Manage Tech Debt in the AI Era

sloanreview.mit.edu
1 points·by furtiman·작년·0 comments

How to label audio datasets automatically with Edge Impulse and Hugging Face [video]

youtube.com
2 points·by furtiman·2년 전·1 comments

Using OpenAI Whisper to train a tiny keyword spotting model on RP2040 [video]

youtube.com
1 points·by furtiman·2년 전·1 comments

Dyson to cut a quarter of UK workforce

ft.com
5 points·by furtiman·2년 전·1 comments

Power, Technology, and Love

dansitu.substack.com
4 points·by furtiman·3년 전·0 comments

Microsoft patented an AI-assisted backpack

image-ppubs.uspto.gov
1 points·by furtiman·3년 전·1 comments

Dutch consumer group filing class-action suit vs. Google for privacy violations

nltimes.nl
12 points·by furtiman·3년 전·3 comments

Ask HN: Want to start journalling / writing my thoughts – any tips?

4 points·by furtiman·3년 전·1 comments

Sky is making a 90-minute documentary about Mark Zuckerberg's life

imdb.com
2 points·by furtiman·3년 전·0 comments

Sony kicks off new year by increased supply of PS5, prior to their VR release

blog.playstation.com
3 points·by furtiman·3년 전·1 comments

Slush have revoked Immigram’s award after criticism of its Russian links

sifted.eu
3 points·by furtiman·4년 전·1 comments

comments

furtiman
·작년·discuss
This is a talk that I made back in February at TechEX conference in London.

edge AI is becoming ingrained in the industry. This is especially evident now in 2025; edge AI is no longer a mythical creature or two separate words in a sentence, but a set of technologies and practices that is proven to deliver real value and is being adopted by largest players in all kinds of verticals. But how does this latest and greatest category advance IoT — a recent technology that has found mass adoption across all sectors? The convergence of IoT, AI, and edge computing is now reshaping industries. It enables smarter, faster, and more efficient systems. In the talk I highlighted how these technologies are evolving and why their integration is critical for the future of innovation.
furtiman
·2년 전·discuss
In this video I talk about a plugin that I made in Edge Impulse (platfrom for building edge AI).

The general approach can be applied anywhere and standalone though - use a foundational audio classifier to look at your unlabeled audio dataset! This approach is two-fold: first - we give the model a few sampels of an event or sound type we are looking for and determine to which class from the ones the model knows it belongs. It can be though of as encoding our sound events in the model "language".

After that we give larger samples that may or may not contain these events and tell the model to only react when those classes identified earlier are identified.

This way we can explore large audio datasets quickly. There is a good chance that some classifications are not exactly right - but it gives you a subset of you audio to actually take a look at - instead of having to listen though all of it!
furtiman
·2년 전·discuss
Imagine you have a product. And you want it to react to a very specific keyword. Aaand you plan to sell millions of it all over the world. Problem? You don't speak French. Or Chinese. Or Spanish. You could hire lots of people on mechanical turk or a similar platform. But that needs a large upfront investment. Enter Generative AI. In this video I'll show you how you can use Edge Impulse to get all the voice samples you need, train the keyword spotting model and deploy it to the extremely tiny Cortex M0+ based Arduino RP2040 Connect. Magical stuff.
furtiman
·2년 전·discuss
This is amazing to hear! Good luck with any other project you're gonna build next!

I can recommend checking out building for more different hardware targets - there is a lot of interesting chips that can take advantage of Edge ML and are awesome to work with
furtiman
·2년 전·discuss
You can check out the public project registry where community shares full projects they've built

You can go ahead and clone any one you like to your account, as well as share a project of your own!

https://edgeimpulse.com/projects/all
furtiman
·2년 전·discuss
Another take from us at Edge Impulse at explaining TinyML / Edge ML in our docs: https://docs.edgeimpulse.com/docs/concepts/what-is-embedded-...

We have built a platform to build ML models and deploy it to edge devices from cortex M3s to Nvidia Jetsons to your computer (we can even run in WASM!)

You can create an account and build a keyword spotting model from your phone and run in WASM directly https://edgeimpulse.com

Now another key thing that drives the Edge ML adoption is the arrival of the embedded accelerator ASICs / NPUs / e.g. that dramatically speed up computation with extremely low power - e.g. the Brainchip Akida neuromorphic co-processors [1]

Depending on the target device the runtime that Edge Impulse supports anything from conventional TFLite to NVIDIA TensorRT, Brainchip Akida, Renesas DRP-AI, MemryX, Texas Instruments TIDL (ONNX / TFLite), TensaiFlow, EON (Edge Impulse own runtime), etc.

[1] https://brainchip.com/neuromorphic-chip-maker-takes-aim-at-t...

[Edit]: added runtimes / accelerators
furtiman
·3년 전·discuss
In my experience arm clang compiler often times produced code that is ~10-20 percent faster (hence less energy consuming) than gcc with the same optimisation levels

(Building bare metal code with a lot of DSP and MATMUL)
furtiman
·3년 전·discuss
Coming from the telegram bot of hacker news, where this post has a lot of downvotes (21 down to 6 up, which is quite a lot for how many reactions usually are there), could someone (perhaps even from people who downvoted) explain why this news is met with such negativity?

I kind of assume it's due to the cliché Java-oriented hatred, but curious to hear opinions...
furtiman
·3년 전·discuss
> What is this madness? This doesn't sound like engineering.

To me this sounds exactly like engineering. You craft the tools / apps you want, you build frameworks around complicated concepts that simplify their understanding and usage, at the expense of losing some fundamentalities.

You don't need to know the history and all the evolution of technology to apply it. It is part of software science, for sure though. You can be good at software science and fundamental concepts, but this also does not imply you are a good software engineer.

Would software in general be better if mentality proposed to you would be standard? I doubt, because the learning curve to enter the industry and even begin to start doing something would be immense, you would need to study as much as doctors now do, and only after 10 years you would be able to be "trusted" with your work.

I do agree though that there is a bare minimum that one who calls themselves "Software Engineer" should know and understand, like OS fundamentals, basics of compiler theory, etc., etc., but it is not so restrictive as you suggest.
furtiman
·4년 전·discuss
Fair point. The Things Stack - the server that is hosted by TTN - can also be installed and run locally for free, with the same feature set as the TTN hosted community network.

https://www.thethingsindustries.com/docs/getting-started/ins...

https://github.com/TheThingsNetwork/lorawan-stack
furtiman
·4년 전·discuss
While the LoRa radio modulation (phy) is licensed by Semtech, the MAC layer protocol - LoRaWAN is completely open and is free to be used, implemented and tinkered with. https://lora-alliance.org/

Many implementations are also open-source, like The Things Stack from The Things Network. It can also be run locally.

https://github.com/TheThingsNetwork/lorawan-stack
furtiman
·4년 전·discuss
I made a similar guide and a walkthrough video about a year ago, where I cover setup of gateway and TTN, creating a firmware for a device locally, and a lot of other helpful steps and hardware options

https://github.com/furtiman/5lic0-lorawan-basics

https://www.youtube.com/watch?v=A3cZSTfxmb4
furtiman
·4년 전·discuss
I can confirm it works well, Mikrotik have good experience in LoRa gateways and have been in the market for quite some years
furtiman
·4년 전·discuss
LoRa is not a panacea, and of course any technology is best to what it is intended. With its ultra low power and data constraints LoRa is not aimed at high-bandwidth applications.

The perfect application is IoT, where a lot of use cases like telemetry, agriculture, etc. require only small data packets transmitted with longer (tens of minutes / hours) intervals.
furtiman
·4년 전·discuss
I'm from The Things Industries and The Things Network team. LoRaWAN standard specifies regional parameters, that is - specific ISM spectrum bands for every region where LoRaWAN is used. All of the regional parameters are supported by The Things Network and The Things Stack, you would only need to get hardware that has the radio of the frequency you need. It is specified in here (https://www.thethingsnetwork.org/docs/lorawan/frequencies-by...) and in LoRa Alliance standard https://lora-alliance.org/wp-content/uploads/2021/05/RP002-1...
furtiman
·4년 전·discuss
Among that, the TPM enables verification of a particular state of your system, i.e., a particular set of binaries and OS configuration. Simplifying the description of the process a bit - at every bootup it checks the checksum of all programs loaded at every boot stage (UEFI, kernel, userspace) with respect to one that is known to be approved - process called "attestation".

So in worst case, if your attestation server is very strict, any new binary installed on your machine will prevent it from booting or satisfying the attestation. This is the main concern that TPM enables.