stackoverflow icon

Stackoverflow

holder.js has 'global is undefined' error

When I tried to use holder image within the below code: import { run as runHolder } from "holderjs/holder"; import React, { Fragment, useEffect } from "react"; import { Image } ...

  • reactjs
  • parameters
  • undefined
  • holder.js
vote icon

0

comments icon

0

avatar icon

Park JongBum

Testing undefined, failing in JS

In an Express app I have the following JS code (server side) in a middleware to check that a user provides an adequate token. This is only the relevant part for my question: const authHeader = req....

  • javascript
  • express
  • undefined
vote icon

0

comments icon

0

avatar icon

Michel

Could not build the precompiled application for the device | Linker command failed with exit code 1

Launching lib/main.dart on iPhone 7 Plus in debug mode... Automatically signing iOS for device deployment using specified development team in Xcode project: Running pod install... Running Xcode build.....

  • flutter
  • xcode
  • undefined
  • storekit
  • precompiled-headers
vote icon

-1

comments icon

0

avatar icon

Baburam Nabik

Inserting navigation dynamically (jquery) causes an error on other JS scripts

I have an HTML site with some js / jquery code. I wanted the navigation to be dynamically injected and I am using for this jquery (within HTML). Here is my HTML, the navigation bit is just after the ...

  • html
  • jquery
  • dynamic
  • navigation
  • undefined
vote icon

-1

comments icon

0

avatar icon

Justyna Goławska

I try to model my mod file I get an error n:cs is undefined context: x[s, b, t] <= demand[s, >>> cs] <<< * z[s, b, t];

# SETS set B; # Candidate central kitchens set S; # Schools set CS; # Category School set T; # Time periods set K; ...

  • error-handling
  • syntax-error
  • undefined
  • offset
  • ampl
vote icon

0

comments icon

0

avatar icon

nisanur azizah

"Cucumber @ParameterType Named Parameter Not Recognized in IntelliJ"

I'm using @ParameterType in Cucumber to define a custom type and assigning a name to it. However, when I reference this name in my @Then step definition, the step in my feature file still shows as ...

  • intellij-idea
  • annotations
  • cucumber
  • undefined
vote icon

1

comments icon

0

avatar icon

Aydın Free

Uncaught TypeError: Cannot read properties of undefined (reading 'refs')

Getting below error when XYZ component called. Uncaught TypeError: Cannot read properties of undefined (reading 'refs') at detach (chunk-Y4ZIAFTH.js?v=375eb230:3053:3) at chunk-Y4ZIAFTH.js?v=...

  • javascript
  • reactjs
  • material-ui
  • null
  • undefined
vote icon

0

comments icon

0

avatar icon

Dinesh Kumar

Uncaught TypeError: Cannot read properties of undefined (reading 'refs') in React Js using NX monorepo

Getting this error while closing the modal from closeModal component. I have written path replace using history.push() function. Ex. const OnClose = () =>{ history.push({ pathname: "/...

  • javascript
  • reactjs
  • null
  • undefined
  • ref
vote icon

0

comments icon

0

avatar icon

Dinesh Kumar

React native, pressable issue href being undefined

This is the code I am working with, I am running into an issue of my href being undefined, at runtime upon clicking on any of the links. What am I doing wrong, and why is it happening? I am especially ...

  • react-native
  • undefined
  • href
  • pressable
vote icon

0

comments icon

0

avatar icon

aug kaz

Typescript: undefined property cast check?

We ran into the issue that a property was undefined even though the type doesn't allow it. Turns out the way we create the object in place has some issues. I made a small example which the linter ...

  • typescript
  • undefined
vote icon

-3

comments icon

1

avatar icon

user1269009

Cannot Read Properties of undefined in a 2-Dimensional Matrix, HTML & Javascript

I'm working on creating a pixel-based light in the dark simulation with JavaScript to improve my coding skills. The goal is to create a bubble of light around the cursor as it moves. I'm only ...

  • javascript
  • html
  • typeerror
  • undefined
vote icon

0

comments icon

2

avatar icon

Evan Bair

Why ChromeDevTools cannot destructure property of props but Firefox can?

I'm currently making a Messaging App with Socket.io to have live chat. My app architecture is based like this : function App() { return ( <> <SocketProvider> <...

  • reactjs
  • google-chrome
  • firefox
  • undefined
vote icon

0

comments icon

0

avatar icon

Hachounet

How to solve undefined property $xx in the public function __construct at a controller on Codeigniter 4.5.5

I got undefined property $Surat when defined an object called Surat at a controller on Codeigniter 4.5.5 This is the controller file <?php namespace App\Controllers; use App\Controllers\...

  • undefined
  • codeigniter-4
vote icon

-2

comments icon

1

avatar icon

Raina Zah

Function in flask app can't find variable, but online flask debugger can [duplicate]

I've been working on a python web development course, and my course wants me to make a website that lists some cafés in London. I'm trying to code the functionality to add a café, but when I run the ...

  • python
  • python-3.x
  • flask
  • undefined
  • flask-wtforms
vote icon

0

comments icon

0

avatar icon

SmallCoder12

Mongodb TypeError: Cannot read properties of undefined (reading 'User')

models.tsx import mongoose from "mongoose"; const userSchema = new mongoose.Schema( { name: {type: String, required: true, unique: true}, username: {type: String}, ...

  • mongodb
  • model
  • undefined
vote icon

0

comments icon

0

avatar icon

정채림

Why do I get a linker message: undefined reference to `Date::Date(int, int, int)' [duplicate]

Doing the problems in a popular textbook, I got a error when using a member function in a struct: .../s09-04-02.cpp:30: undefined reference to `Date::Date(int, int, int)' // s09-04-02.cpp simple ...

  • c++
  • struct
  • linker
  • undefined
  • linker-errors
vote icon

0

comments icon

1

avatar icon

cbcalvin

Jquery: Each inside each not recognizing pre-defined array

I'm trying to create an array that keeps track of which lines are already hit so they aren't checked repeatedly if I allow the game to continue until another bingo is hit. This is where my problem is ...

  • jquery
  • multidimensional-array
  • typeerror
  • undefined
vote icon

0

comments icon

1

avatar icon

user2108555

The method 'createTicker' isn't defined for the type

I was trying to create a simple ticker: Ticker? ticker; @override void initState() { super.initState(); ticker = createTicker(tick); ticker!.start(); } @override void dispose() { ticker?....

  • flutter
  • dart
  • undefined
vote icon

1

comments icon

1

avatar icon

Avarage cat enjoyer

type data for props undefined in local component vue3.js with import tag Vue3, Vue3 needed for a alone page

The use-noms-cpnt component is as follows: <div id="app"> <use-noms-cpnt></use-noms-cpnt> </div> I have an App component and an App mounted like this, I put a props ...

  • vuejs3
  • radio-button
  • components
  • dataset
  • undefined
vote icon

0

comments icon

1

avatar icon

Vince

environmental variables accessing in backend files [duplicate]

The following is the tree structure of the files file tree This is code with error : mailtrap.config.js import { MailtrapClient } from "mailtrap"; import dotenv from "dotenv"; ...

  • javascript
  • environment-variables
  • undefined
vote icon

-1

comments icon

1

avatar icon

Vinay Sankar Gokavarapu

Function return undefined [duplicate]

I have a function that return a undefined thing even if it normally need to return something defined. I have this code with a function: const GtfsRealtimeBindings = require("gtfs-realtime-...

  • javascript
  • function
  • asynchronous
  • async-await
  • undefined
vote icon

-3

comments icon

2

avatar icon

Yoan Pettorelli

How to use public functions in other source code files in golang?

Here is my codes. //main.go package main import ( "fmt" ) func main() { bc := NewBlockchain() bc.AddBlock("Send 1 BTC to Ivan") bc.AddBlock("Send 2 more BTC ...

  • go
  • undefined
  • goland
vote icon

0

comments icon

2

avatar icon

이해성

Digital Root Function returns "undefined" [duplicate]

I'm new to programming! Trying to write a function that obtains the digital root of a number. Currently struggling with the "for loop" and "if else" portion of the formula that ...

  • javascript
  • loops
  • recursion
  • undefined
vote icon

0

comments icon

0

avatar icon

user26789162

API FOR JS loop giving undefined at end of data

I am working with this Github code. https://github.com/He3556/Mixcloud-Unfollowers the issue I am facing is that it seems that at the end of the API page, the for loop gives me undefined on the ...

  • jquery
  • for-loop
  • undefined
vote icon

1

comments icon

0

avatar icon

post poop zoomies

TypeError: Cannot read properties of undefined (reading 'value')

i need some help on my projet, i try to create a event on my project planning by using formik. I created a planning form with the creation of a planning in this creation I choose the type of ...

  • reactjs
  • typeerror
  • undefined
vote icon

0

comments icon

0

avatar icon

sofiane

Server Timing API - There's undefined and unexpected png on my running browser

I got a weird issue when I was working on html, js.Below is what I got, the point is that when I sent the same code to other computer, it works well with the data, and I also got a line of "...

  • javascript
  • timer
  • undefined
  • content-security-policy
  • phishing
vote icon

0

comments icon

0

avatar icon

Flora Jiang

Why Google_Service_Drive type is undefined

Please someone help me with this. Why the Google_Service_Drive is undefined? I Has installed the google/apiclient and do the configuration on .env file but it still says its undefined. I've been tryng ...

  • php
  • google-api
  • google-drive-api
  • undefined
  • intelephense
vote icon

0

comments icon

1

avatar icon

Is 46

First Element is Undefined in Drop Event Handler using jQuery UI Draggable and Droppable

I'm working on a web application (via python Flask server) using jQuery UI's draggable and droppable features. I have draggable elements that are supposed to be combined when dropped into a droppable ...

  • javascript
  • html
  • variables
  • undefined
vote icon

0

comments icon

1

avatar icon

john cena

Issue with Environment Variable in React - Getting undefined in URL

.env REACT_APP_BASE_URL=https://mysite.azurewebsites.net/ .js const baseUrl = process.env.REACT_APP_BASE_URL; const url = `${baseUrl}WP/SiteLoginAPI/`; console.log('Constructed URL:', url); Problem ...

  • reactjs
  • azure
  • undefined
  • .env
vote icon

-1

comments icon

1

avatar icon

Mudasir Habib

Warning: Undefined array key 0 releases/80/vendor/magento/module-configurable-product/Model/Product/Type/VariationMatrix.php on line 47

A configurable in the Product view opens up with the error message, of which I cannot proceed any further. The children attached can open up without issue. There were not any issues with opening up ...

  • arrays
  • key
  • undefined
  • magento2
  • configurable-product
vote icon

0

comments icon

0

avatar icon

user76474

In Alpine.JS, this.property inside method is undefined

I have a request for help with Alpine.JS I have a packetaApiKey property defined. When I access it this.packetaApiKey in the pickPoint method, it works as expected. But in the showSelectedPickupPoint ...

  • javascript
  • properties
  • undefined
  • this
  • alpine.js
vote icon

0

comments icon

1

avatar icon

Marek Vinárčik

Angular - TypeError: Cannot read properties of undefined (reading 'forEach')

I am trying to read the roles array from this object and getting the error: TypeError: Cannot read properties of undefined (reading 'forEach') Code: this.data.roles.forEach(role => { this....

  • angular
  • typescript
  • runtime-error
  • undefined
vote icon

0

comments icon

1

avatar icon

user2549382

Can TypeScript specify keys that are allowed to not exist, but cannot be assigned to `undefined`? [duplicate]

Summary I want to disallow any explicit undefined value while still allowing implicit undefined values. Background In JavaScript, we have this behavior where accessing a key that does not exist yields ...

  • typescript
  • undefined
vote icon

1

comments icon

1

avatar icon

nullromo

Empty vs. Undefined in Javascript [duplicate]

In Javascript, if I make an array using Array(10), it creates an array with 10 empty items. If I access any item in that array, it returns undefined. However, if I create an array with a length of 10 ...

  • javascript
  • undefined
  • is-empty
vote icon

1

comments icon

2

avatar icon

idk

Uncaught TypeError: Cannot read properties of undefined while reading values from an array that is not undefined in console.log()

I am developing a simple application in React, and I have an array that I want to use .map and display some options. There are two selects, one for the year, and one for the month, which should update ...

  • reactjs
  • arrays
  • typeerror
  • undefined
vote icon

0

comments icon

0

avatar icon

FellipeParreiras

Having an issue with Tyranobuilder, unexpected character issue

I am building a game using Tyranobuilder, I defined a character focus behavior on game settings, such that when a character joins the scene and speaks, they will be bright and when another character ...

  • character
  • undefined
  • game-engine
  • behavior
vote icon

0

comments icon

1

avatar icon

dramaticlook

Problem when using loop-generated variables in ansible

What i'm trying to do is generating lots of similar directory trees. I woul like to set a dict which describes the pattern of the tree. Then i want ansible to generate multiple directory trees with ...

  • loops
  • variables
  • ansible
  • nested
  • undefined
vote icon

0

comments icon

1

avatar icon

Kirill Zelepukin

Reading values from 'Google form' is undefined [duplicate]

I wrote a code in App Script and connected it to a form on the Google Forum Now the problem is that I can't read the data from the fields in any way. I keep getting 'undefined' errors Like: TypeError: ...

  • javascript
  • google-apps-script
  • triggers
  • undefined
  • google-forms
vote icon

0

comments icon

0

avatar icon

Shevy kossovsky

Function returns UNDEFINED while scipt does returns values

I was able to run this script and get the values out of the response. Happy as I was, I wrapped the script in a function and then it returned UNDEFINED. I am pulling all my hairs because the script ...

  • function
  • undefined
vote icon

0

comments icon

0

avatar icon

Paul tje

undefined object while using useContext

This particular things seems happening when i run these codes AuthContext.jsx: // context is a state management tool for passing props import { createContext, useReducer } from "react"; // ...

  • reactjs
  • undefined
  • mern
  • react-context
vote icon

0

comments icon

0

avatar icon

Vinay Sankar Gokavarapu

vuejs3 and vite import.meta.env.VITE_BASE_URL not working

Hello I'm trying to get base url from .env file. And I'm getting undefined. I have tried some stack overflow answers and documentation but it didn't help. console.log('env', import.meta.env....

  • vue.js
  • vuejs3
  • undefined
  • vite
  • .env
vote icon

1

comments icon

1

avatar icon

Dusan

Facing error while making iOS build in xcode 15.2

`Failed to build iOS app in Xcode 15.2. I am facing this errors ("ld: Undefined symbols" and "clang: error: linker command failed with exit code 1 (use -v to see invocation)"). ...

  • ios
  • xcode
  • build
  • undefined
  • debug-symbols
vote icon

-1

comments icon

1

avatar icon

Arslan Zafar

Uncaught Error: Cannot read property 'navigate' of undefined

I'm trying to implement a very simple navigation in react native. I'm trying to navigate from the Home Screen by clicking a button to go to a Details Screen. When clicking the button I get this error: ...

  • react-native
  • react-navigation
  • undefined
  • stack-navigator
vote icon

0

comments icon

0

avatar icon

Anastasija Stojanovska

React component receiving undefined props

I have a simple React app(created with vite), where i am passing a list of objects to a component Carts, Carts component simply parses the list and returns JSX. But there is a error pointing that the ...

  • reactjs
  • undefined
  • vite
  • react-props
vote icon

1

comments icon

1

avatar icon

shivam prajapati

My php form on my website is ending blank submissions to my email [duplicate]

Below is the php code i have on my website. We have been getting some email form submissions that are working but we have also been getting a large amount of empty submissions. When i try to submit a ...

  • php
  • arrays
  • validation
  • undefined
  • form-submit
vote icon

0

comments icon

0

avatar icon

ilana a

TypeError: Cannot read property 'explorerPage' of undefined

I am upgrading jest from version 23 to 29. My project used to work fine before the upgrade, suddenly started observing this issue. I use Typescript as a language. TestPageDefs Module looks like below: ...

  • javascript
  • typescript
  • jestjs
  • undefined
  • ts-jest
vote icon

1

comments icon

0

avatar icon

Manoj Kumar

JS class variable is always undefined even though it's assigned and is never assigned to undefined, inconsistently showed by DevTools as well

I am having a strange situation where a variable is assigned (and I made sure the assigned value is not undefined) but the value is always undefined. Strangely enough when inspecting the value by ...

  • javascript
  • google-chrome-devtools
  • undefined
  • microsoft-edge
vote icon

0

comments icon

0

avatar icon

Luke Vo

vue js Cannot find module './undefined'

I'm using Vuejs, and calling my symfony API with a get route. I have the result, an array of objects, but I still have this error: Cannot find module './undefined' When I try with an array with only ...

  • vue.js
  • module
  • undefined
vote icon

0

comments icon

0

avatar icon

Bahram Salim

How to pass variable to function if exists?

I have a json sample getting it from a function, and have to pass some of it's parameters to my function but if they exist. def myfunction(var1=None): some code return if myjson['parameter1'] ...

  • python
  • undefined
  • variable-assignment
vote icon

-1

comments icon

2

avatar icon

hosseinfcl

Palindrome function always return undefined [duplicate]

this is my first post. I'm trying to write a palindrome checker using recursive (w3resource exercise) . The function pulls up first and last indexes of an array-transformed string if they match and ...

  • javascript
  • arrays
  • undefined
  • palindrome
vote icon

0

comments icon

0

avatar icon

gerard

stackoverflow icon

Dev to

Top 7 Featured DEV Posts of the Week

dev.to staff

dev.to staff

  • #top7
vote icon

No reaction

comments icon

6

The Cost of Clinging to Legacy Software: Risks and Realities

BekahHW

BekahHW

  • #opensource
  • #community
vote icon

No reaction

comments icon

Add Comment

Connecting AI Agents to Your Systems with MCP

Angie Jones

Angie Jones

  • #ai
  • #aiagent
  • #mcp
  • #goose
vote icon

No reaction

comments icon

Add Comment

🎄Have Yourself a Quizzy Little Christmas🎄 writeup

whykay 👩🏻‍💻🐈🏳️‍🌈 (she/her)

whykay 👩🏻‍💻🐈🏳️‍🌈 (she/her)

  • #irishtechcommunity
  • #community
  • #techcommunity
vote icon

No reaction

comments icon

1 comment

Meme Monday

Ben Halpern

Ben Halpern

  • #discuss
  • #jokes
  • #watercooler
vote icon

No reaction

comments icon

37

First-Time Game Developing

Ricardo Araújo

Ricardo Araújo

  • #gamedev
  • #csharp
  • #unity3d
vote icon

No reaction

comments icon

7

Encore Launch Week Day 2: Public Buckets & CDN

Marcus Kohlberg

Marcus Kohlberg

  • #opensource
  • #go
  • #typescript
  • #webdev
vote icon

No reaction

comments icon

Add Comment

Mastering Modern JavaScript: A Deep Dive into ES6 Function Creation and Best Practices

Kissel James Paalaman

Kissel James Paalaman

  • #es6
  • #javascript
  • #webdev
vote icon

No reaction

comments icon

Add Comment

Code Smell 283 - Unresolved Meta Tags

Maxi Contieri

Maxi Contieri

  • #webdev
  • #programming
  • #beginners
  • #php
vote icon

No reaction

comments icon

Add Comment

#115 — Ranking of Row-Based Data — by the Expression

Judith-Excel-Sharing

Judith-Excel-Sharing

  • #programming
  • #beginners
  • #tutorial
  • #productivity
vote icon

No reaction

comments icon

1 comment

Day 10: Docker Networking

Jonas Scholz

Jonas Scholz

  • #devops
  • #docker
  • #tutorial
  • #beginners
vote icon

No reaction

comments icon

Add Comment

AN S3 BUCKET CREATION ON AWS AND HOW TO PRESIGNED URL TO IT

Victoria Oludamilola Oyewole

Victoria Oludamilola Oyewole

  • #webdev
  • #beginners
  • #programming
  • #aws
vote icon

No reaction

comments icon

Add Comment

Subform Goto First Field in Microsoft Access

Richard Rost

Richard Rost

  • #microsoftaccess
vote icon

No reaction

comments icon

Add Comment

🔥Introducing the HMPL VS Code Extension

Anthony Max

Anthony Max

  • #webdev
  • #opensource
  • #vscode
  • #typescript
vote icon

No reaction

comments icon

Add Comment

How to Create Responsive Navbar Using HTML, CSS, and JavaScript

Kaja Uvais

Kaja Uvais

vote icon

No reaction

comments icon

Add Comment

Unlocking Your Billing Breakdown: A Guide to Understanding Your Charges

Danial Ranjha

Danial Ranjha

  • #aws
  • #cloud
  • #devops
  • #web
vote icon

No reaction

comments icon

Add Comment

The AI Revolution: How Generative AI is Reshaping Our World

IvanDev

IvanDev

  • #techtalks
  • #ai
  • #programming
  • #news
vote icon

No reaction

comments icon

Add Comment

Utilizando o Gemini AI para ler um cupom fiscal

Frank William

Frank William

  • #ai
  • #gemini
  • #frontend
  • #nextjs
vote icon

No reaction

comments icon

Add Comment

The Curious Case of Sound Restoration Frequencies: A Tech-Driven Fix for Phone Speakers

Deen John

Deen John

vote icon

No reaction

comments icon

Add Comment

How to create a pre-assigned URL for an S3 bucket in AWS.

Ikechukwu Kelechi Alexander

Ikechukwu Kelechi Alexander

  • #aws
  • #tutorial
  • #devops
  • #cloud
vote icon

No reaction

comments icon

Add Comment

The Express + Node.js Handbook – Learn the Express JavaScript Framework for Beginners

Avnish

Avnish

vote icon

No reaction

comments icon

Add Comment

3 Ready-to-Copy Bash Scripts to Visualize Python Code

Command Line Pirate 🏴‍☠️

Command Line Pirate 🏴‍☠️

  • #python
  • #django
  • #bash
  • #cli
vote icon

No reaction

comments icon

Add Comment

Synchronous Applications

Mohammad Pooladi

Mohammad Pooladi

  • #django
  • #synchronous
  • #djangoapplications
  • #python
vote icon

No reaction

comments icon

Add Comment

A Comprehensive Guide to Conducting Accessibility Audit

Lollypop Design

Lollypop Design

  • #ux
  • #accessibilityaudit
  • #design
vote icon

No reaction

comments icon

Add Comment

LibTracker Updates 12/10/24: Get to personally know your apps with this simple SBOM Tool

WindMillCode

WindMillCode

vote icon

No reaction

comments icon

Add Comment

Looking for some feedback on my team's new open-source secrets vault project.

Felipe Araujo

Felipe Araujo

  • #discuss
  • #opensource
  • #programming
  • #security
vote icon

No reaction

comments icon

Add Comment

How to mitigate SSRF vulnerabilities in Go

SnykSec

SnykSec

  • #codesecurity
  • #go
vote icon

No reaction

comments icon

Add Comment

DevFest Bandung 2024 Session 2: Large Language Model, Potentials and Limitations

Nurul Azizah

Nurul Azizah

  • #ai
  • #machinelearning
  • #llm
vote icon

No reaction

comments icon

Add Comment

The Silent Revolution of Software Testing: AI's Role in the GenQE Platform

Anil @ C Simplify IT

Anil @ C Simplify IT

vote icon

No reaction

comments icon

Add Comment

Top 10 React JS interview questions.

Josue Valdivia

Josue Valdivia

  • #javascript
  • #react
  • #interview
  • #webdev
vote icon

No reaction

comments icon

Add Comment

Less is similar

Jacob Hitze

Jacob Hitze

  • #foldingathome
vote icon

No reaction

comments icon

Add Comment

From Scrolls to Scripts: Orchestrating Agents with Chronicles

Michael Flanagan

Michael Flanagan

  • #aws
  • #ai
  • #typescript
  • #learning
vote icon

No reaction

comments icon

Add Comment

What is Infrastructure as Code (IaC) and Why It's Transforming DevOps

Oluwatobiloba Akinbobola

Oluwatobiloba Akinbobola

  • #terraform
  • #cloudcomputing
  • #aws
  • #devops
vote icon

No reaction

comments icon

Add Comment

Linux User Account Management

Josh

Josh

  • #linux
vote icon

No reaction

comments icon

Add Comment

Daily JavaScript Challenge #JS-44: Convert Roman Numerals to Integer

DPC

DPC

  • #javascript
  • #devchallenge
  • #programming
  • #webdev
vote icon

No reaction

comments icon

Add Comment

ENV vars are like needles in a haystack, aren't they?

Sebastian Tiedtke

Sebastian Tiedtke

vote icon

No reaction

comments icon

Add Comment

[PT-BR] Introdução ao Frida: Como Manipular Memória em Tempo Real com TypeScript (e DOOM)

StealthC

StealthC

  • #frida
  • #reverse
  • #typescript
  • #hacking
vote icon

No reaction

comments icon

Add Comment

[EN] Introduction to Frida: Real-Time Memory Manipulation with TypeScript (and DOOM)

StealthC

StealthC

  • #frida
  • #reverse
  • #typescript
  • #hacking
vote icon

No reaction

comments icon

Add Comment

A Gentle Introduction to Naive Bayes Classifier

Adipta Martulandi

Adipta Martulandi

  • #webdev
  • #datascience
  • #programming
  • #ai
vote icon

No reaction

comments icon

Add Comment

How to Build a SaaS Financial Model

The Algorithm

The Algorithm

vote icon

No reaction

comments icon

Add Comment

The Hidden Danger: How Credential Sprawl is Creating Security Blind Spots in Modern Cloud Environments

Osagie Anolu

Osagie Anolu

  • #devops
  • #cloud
  • #security
vote icon

No reaction

comments icon

Add Comment

Understanding Microsoft’s Terraform Providers for Azure: AzureRM vs AzAPI

Sarah Lean 🏴󠁧󠁢

Sarah Lean 🏴󠁧󠁢

  • #azure
  • #terraform
vote icon

No reaction

comments icon

Add Comment

Day 2: HTML Revisited

Sarah Dye

Sarah Dye

vote icon

No reaction

comments icon

Add Comment

Ejecutar un Jupyter notebook en AWS con SageMaker

Brian

Brian

  • #aws
  • #cloud
  • #cloudcomputing
  • #beginners
vote icon

No reaction

comments icon

Add Comment

Day 34: Keeping Your Kubernetes Apps Safe with Network Policies

Arbythecoder

Arbythecoder

  • #network
  • #kubernetes
  • #devops
  • #policies
vote icon

No reaction

comments icon

Add Comment

Day 33: Deploying a Three-Tier App on Kubernetes: A Simple Guide

Arbythecoder

Arbythecoder

  • #kubernetes
  • #tutorial
  • #beginners
  • #devops
vote icon

No reaction

comments icon

Add Comment

Advent of Docker

Jake Remsza

Jake Remsza

  • #docker
vote icon

No reaction

comments icon

Add Comment

What is a Turing Machine, exactly?

Claudio Guedes

Claudio Guedes

  • #algorithms
  • #computerscience
  • #learning
vote icon

No reaction

comments icon

Add Comment

Building NearbyRemote: A Job Board for Remote Jobs in Your City

NearbyRemote

NearbyRemote

  • #showdev
  • #career
  • #workplace
vote icon

No reaction

comments icon

Add Comment

Time finder of any city in the world in Python + Flask

Aj

Aj

vote icon

No reaction

comments icon

Add Comment

gradient triangle

From where I leftantirez.com

avatar icon

tilt

solid triangle

805

solid triangle

285

gradient triangle

GM exits robotaxi market, will bring Cruise operations in housecnbc.com

avatar icon

atomic128

solid triangle

190

solid triangle

243

gradient triangle

Electric (Postgres sync engine) beta releaseelectric-sql.com

avatar icon

austinbirch

solid triangle

81

solid triangle

17

gradient triangle

The Google Willow Thingscottaaronson.blog

avatar icon

Bootvis

solid triangle

506

solid triangle

229

gradient triangle

One of the last Navajo code-talkers died on October 19th, aged 107economist.com

avatar icon

helsinkiandrew

solid triangle

140

solid triangle

44

gradient triangle

Launch HN: Double (YC W24) – Index Investing with 0% Expense Ratios

avatar icon

jjmaxwell4

solid triangle

325

solid triangle

357

gradient triangle

U.S. math scores drop on major international testchalkbeat.org

avatar icon

akantler

solid triangle

215

solid triangle

407

gradient triangle

Alzheimer's study shows ketone bodies help clear misfolded proteinsgenengnews.com

avatar icon

msie

solid triangle

72

solid triangle

27

gradient triangle

Watch carved from meteorite that hit Earth a million years agocnn.com

avatar icon

cratermoon

solid triangle

17

solid triangle

6

gradient triangle

Running Durable Workflows in Postgres Using DBOSsupabase.com

avatar icon

kiwicopple

solid triangle

118

solid triangle

34

gradient triangle

Training LLMs to Reason in a Continuous Latent Spacearxiv.org

avatar icon

omarsar

solid triangle

190

solid triangle

61

gradient triangle

The Albuquerque "Broken Arrow" Nuclear Accidentlflank.wordpress.com

avatar icon

dxs

solid triangle

41

solid triangle

14

gradient triangle

Boltzmann brainwikipedia.org

avatar icon

josephwegner

solid triangle

93

solid triangle

73

gradient triangle

Hypothalamic deep brain stimulation augments walking after spinal cord injurynature.com

avatar icon

Jimmc414

solid triangle

7

solid triangle

1 comment

gradient triangle

How God Plays Chess (2018)chessbase.com

avatar icon

akkartik

solid triangle

131

solid triangle

31

gradient triangle

NAND Flash Targets 1k Layerssemiengineering.com

avatar icon

rbanffy

solid triangle

32

solid triangle

3

gradient triangle

Ask HN: Those making $500/month on side projects in 2024 – Show and tell

avatar icon

cvbox

solid triangle

365

solid triangle

417

gradient triangle

B+ Tree Visualizationusfca.edu

avatar icon

hamid914

solid triangle

86

solid triangle

4

gradient triangle

Distro (YC S24) is seeking a Head of Engineering in the Bay Areaycombinator.com

avatar icon

solid triangle

solid triangle

7 hours ago

gradient triangle

AI model for near-instant image creation on consumer-grade hardwaresurrey.ac.uk

avatar icon

giuliomagnifico

solid triangle

126

solid triangle

25

gradient triangle

Colour in the Middle Agesmedievalists.net

avatar icon

Pamar

solid triangle

114

solid triangle

69

gradient triangle

The Depths of Wikipediansasteriskmag.com

avatar icon

Brajeshwar

solid triangle

157

solid triangle

51

gradient triangle

Digital consumption keeps me from getting better at my jobsibervepunk.com

avatar icon

siberpunk

solid triangle

212

solid triangle

75

gradient triangle

WPEngine, Inc. vs. Automattic– Order on Motion for Preliminary Injunctioncourtlistener.com

avatar icon

kbarmettler

solid triangle

160

solid triangle

57

gradient triangle

Show HN: Holos – Configure Kubernetes with CUE data structures instead of YAMLholos.run

avatar icon

JeffMcCune

solid triangle

52

solid triangle

27

gradient triangle

The Most Expensive Eating Disorderdesmolysium.com

avatar icon

nickwritesit

solid triangle

67

solid triangle

49

gradient triangle

Google says AI weather model masters 15-day forecastphys.org

avatar icon

lemonberry

solid triangle

138

solid triangle

118

gradient triangle

AMD's trusted execution environment blown wide open by new BadRAM attackarstechnica.com

avatar icon

alecco

solid triangle

117

solid triangle

27

gradient triangle

From Unemployment to Lisp: Running GPT-2 on a Teen's Deep Learning Compilergithub.com/hikettei

avatar icon

AymanB

solid triangle

98

solid triangle

3

gradient triangle

Oldest known wild bird lays egg at 74bbc.co.uk

avatar icon

GeoAtreides

solid triangle

206

solid triangle

103