kaffeogkode.no Open in urlscan Pro
54.240.174.121  Public Scan

Submitted URL: http://kaffeogkode.no/
Effective URL: https://kaffeogkode.no/v2/siste/siste/45
Submission: On July 28 via manual from NO — Scanned from NO

Form analysis 1 forms found in the DOM

/v2/search/

<form class="form-inline my-2 my-lg-0" action="/v2/search/">
  <input class="form-control mr-sm-2" type="search" placeholder="Søk etter det du leter etter..." aria-label="Search" name="q" value="">
  <button class="btn btn-outline-info my-2 my-sm-0" type="submit">Søk</button>
</form>

Text Content

☕️ Kaffe og Kode
 * 3D-print
 * ESP8266
 * Siste
 * aws
 * etc
 * kort_og_godt
 * node.js
 * preact

 * 🇬🇧
 * 

Søk

Vardø 5 moh
18.4 °C
5.9 m/s - ESE


SISTE

 
6. juli 2023, 10:14


CHATBOT TIL HUNDEAPPEN QPAWS



I løpet av noen få timer laget jeg en chatbot for hundeappen QPaws, vha ChatGPT.
Den ser også ut til å oppføre seg ganske bra så langt og svarer på det språket
ønsker.

Integrasjonen mot APIene deres er enkelt og oversiktlig. Det finnes mange
“knotter” man kan vri på, men foreløpig står det meste på default.

chatgpt


 
6. juli 2023, 07:51


RAYLIB - EXAMPLES

raylib - examples
Check the full set of raylib examples... they are amazing!

Check the full set of raylib examples… they are amazing!

gamesprogramming


 
26. apr. 2023, 11:17


ENDE TIL ENDE KRYPTERING I NODE.JS

const crypto = require('crypto');

const { publicKey, privateKey } = crypto.generateKeyPairSync('rsa', {
  modulusLength: 4096,
  publicKeyEncoding: {
    type: 'spki',
    format: 'pem'
  },
  privateKeyEncoding: {
    type: 'pkcs8',
    format: 'pem'
  }
});

const message = 'Hello world';
console.log('Original Message:\n', message);

const encryptedMessage = crypto.publicEncrypt(publicKey, Buffer.from(message));
console.log('Encrypted Message:\n', encryptedMessage.toString('base64'));

const decryptedMessage = crypto.privateDecrypt(privateKey, encryptedMessage);
console.log('Decrypted Message:\n', decryptedMessage.toString());`


node.jse2ecrypto


 
26. apr. 2023, 09:14


YOUR FIRST LTE | OPEN5GS

Your First LTE | Open5GS
This post is the perfect starting point for learning to build your own LTE
network. View this lession as a guided introduction – including the
installation, configuration, and best practices that will ease your learning.

5g


 
20. apr. 2023, 09:58


SPACE ELEVATOR

Space Elevator
Take a trip to space!

Take a trip to space!

fun


 
19. apr. 2023, 11:05


LASTBALANSERING FORKLART PÅ EN FIN MÅTE

Load Balancing


lastbalansering


 
19. apr. 2023, 10:05


ARE MEETINGS MAKING YOU LESS PRODUCTIVE?

Are meetings making you less productive? - Stack Overflow Blog
Developers view about half their meetings negatively. Can we find better ways to
use that time?

Developers view about half their meetings negatively. Can we find better ways to
use that time?

møte


 
12. apr. 2023, 14:38


SELF CORRECTING SCRIPT

GitHub - biobootloader/wolverine
Contribute to biobootloader/wolverine development by creating an account on
GitHub.

Contribute to biobootloader/wolverine development by creating an account on
GitHub.

pythonaichatgpt


 
11. apr. 2023, 10:20


BEN GREENBERG | DEVELOPER ADVOCATE

Ben Greenberg | Developer Advocate
Actualizing Developer Happiness

Slik gjør du Github.com siden din mere dynamisk.

github


 
11. apr. 2023, 10:16


HOW WE'RE BUILDING A BROWSER WHEN IT'S SUPPOSED TO BE IMPOSSIBLE

How we're building a browser when it's supposed to be impossible
“How is the SerenityOS team making such good progress on building their Ladybird
browser, when we&#x27;ve heard for years that it’s impossible”? I&#x27;ve seen
this question a few times on sites like Hacker News and Reddit, and I thought
I’d offer my own personal take on it.

“How is the SerenityOS team making such good progress on building their Ladybird
browser, when we've heard for years that it’s impossible”? I've seen this
question a few times on sites like Hacker News and Reddit, and I thought I’d
offer my own personal take on it.



Vis flere
 * WebTV
 * Spør oss


Vis større



Why Is Apple's USB-C Cable $130?

Apple's new Thunderbolt 4 USB-C cable costs a staggering $130, more than ten
times the price of a generic USB-C cable. But what's the difference between
Thun...

1. nov. 2023, 10:17




The Rise and Fall of the Norwegian Computer - YouTube

Links:- The Asianometry Newsletter: https://asianometry.substack.com- Patreon:
https://www.patreon.com/Asianometry- Twitter: https://twitter.com/asianometry

23. juni 2023, 11:01




The Ultimate V60 Technique - YouTube

This is my recommended technique for making coffee with the Hario V60, and any
other cone-shaped brewer with a large open area.My Patreon:
https://www.patreo...

21. juni 2023, 09:33
kaffe



The Fastest Maze-Solving Competition On Earth - YouTube

Welcome to Micromouse, the fastest maze-solving competition on Earth. Join
Onshape’s community of over 3 million CAD users by creating a free account here:
h...

1. juni 2023, 16:57




I built a react app… but with a visual editor - YouTube

Codux is a visual IDE for React.js. Let's review this tool by building a simple
app and find out how it can increase web development productivity. #webdevelo...

20. apr. 2023, 10:37
visual



AWS CodeWhisperer… The Copilot Killer? - YouTube

Amazon Web Services just released a new AI code completion tool called AWS
CodeWhisperer. It is a competitor to Microsoft's GitHub Copilot tool, but is
free ...

16. apr. 2023, 18:10
aicodewhisper



Elon wants GPT-5 stopped NOW… 5 reasons AI kinda sucks

Elon Musk and many other prominent AI researchers signed a petition to stop
training on all models beyond GPT-4 to assess the risk to humanity. Let's look
at...

30. mars 2023, 08:57
aichatgpt



Game over… GitHub Copilot X announced - YouTube

GitHub Copilot X was announced yesterday and it has an impressive set of new AI
coding features. Learn how Microsoft is bringing ChatGPT features directly in...

28. mars 2023, 10:51
aichatgpt



ChatGPT Official API First Look - YouTube

ChatGPT now has an official API from OpenAI. Learn how to use the new Chat
Completions API to build your own custom chat application or AI SaaS product.
Chat...

14. mars 2023, 08:57
aichatgpt



Don't Write Comments - YouTube

Why you shouldn't write comments in your code (write documentation)Access to
code examples, discord, song names and more at
https://www.patreon.com/codeaesth...

11. mars 2023, 09:00
codecomments



The Easiest Website Menu That Will Wow Any User

Watch as I show you how to make a website header that WOWS using HTML, CSS, And
JavaScript. And the best part is, it'll only take 2.5 minutes!Support the cha...

10. mars 2023, 09:00
csshtml



Premature Optimization

When should you optimize your code?Access to code examples, deleted scenes, song
names and more at https://www.patreon.com/codeaesthetic

9. mars 2023, 09:00
codestyle



Naming Things in Code

It's hard to come up with good names in code, but its also easy to get wrong. By
looking at some examples, we can get 80% of the way there. Access to code ex...

8. mars 2023, 07:45
codestyle



Artificial Intelligence: Last Week Tonight

Artificial intelligence is increasingly becoming part of our lives, from
self-driving cars to ChatGPT. John Oliver discusses how AI works, where it might
be ...

7. mars 2023, 09:49
ai



Fusion Energy: Hype or The Future? - YouTube

In this episode we take a look at the good the bad and the ugly of fusion
energy. Is it as promised? And if not, what are the major issues?ColdFusion
Podcast...

1. mars 2023, 08:13
fusjonatomkraft



Bing's AI Chatbot is Alive

My brother's blog post on
consciousness:https://djma.substack.com/p/chatbots-are-stuck-in-a-nolan-movieThe
full transcript of the chat:https://www.nytimes.co...

28. feb. 2023, 09:00
chatgptai



The Cool and Scary Things Google Does With Data - YouTube

We all know that Google collects a ton of data on everyone that uses its
products and every year they try to show us the cool things that make it all
worth i...

27. feb. 2023, 08:33
datagoogle



How Apple Just Changed the Entire Industry (M1 Chip) - YouTube


22. feb. 2023, 17:00
applemacbook



The Biggest Problem with AI! - YouTube

AI and Bing and ChatGPT are out of control... this couldn't have gone any other
wayThe WAN show: https://www.youtube.com/live/AxAAJnp5yms?feature=share&t=261...

22. feb. 2023, 09:00
ai



The Airline Industry’s Problem with Absolutely Ancient IT - YouTube

Flyindustriens utfordringer er litt mere komplekse enn du kanskje tror...

21. feb. 2023, 17:00
swfly



Is Bing Winning the AI War? - YouTube

In this clip, Marques, Andrew, and David discuss all of the AI news. Both
Microsoft and Google announced new AI-focused plans for the future but there are
st...

21. feb. 2023, 09:00




Building an invisible PC

In this video we'll be building an invisible PC!

20. feb. 2023, 17:00



How to make Eyeballs that Follow You Around


20. feb. 2023, 09:00



Stable Diffusion in Code (AI Image Generation)


19. feb. 2023, 17:00



Neural Network Learns to Play Snake


19. feb. 2023, 09:00



The 4 things it takes to be an expert


18. feb. 2023, 17:00



8 Design Patterns EVERY Developer Should Know


18. feb. 2023, 09:00



ChatGPT is a perfectly balanced AI with no exploits


17. feb. 2023, 17:00



Let's talk about Tech Layoffs | tech news


17. feb. 2023, 09:00



Bill Gates Just Revealed The Best Programming Language for 2023!


16. feb. 2023, 17:00



A recap of ChatGPT | tech news


16. feb. 2023, 09:00



You don't need Node to use NPM packages


15. feb. 2023, 08:22



Google Embarrass Themselves (A.I. War Is Heating Up)


14. feb. 2023, 14:25



Subtle, yet Beautiful Scroll Animations


14. feb. 2023, 10:58




MINDRE KODE OG MER KAFFE.

Jeg jobber med å forenkle kode og komplisere kaffe.
 1. Youtube
 2. GitHub
 3. Twitter
 4. Facebook
 5. Instagram
 6. Flickr

© 2014-2022 Sorenso - Published with by simple-blog
Disable cookies
Magic link 🎩
×Close




Close