Found 49605 bookmarks
Newest
This Week in Programming: GitHub Copilot, Copyright Infringement and Open Source Licensing – The New Stack
This Week in Programming: GitHub Copilot, Copyright Infringement and Open Source Licensing – The New Stack
Earlier this week, GitHub introduced GitHub Copilot, a new feature that it is referring to as "your AI pair programmer" but might also be appropriately called "IntelliSense on steroids." Built using OpenAI Codex, a new system that the company says is "significantly more capable than GPT-3 in code generation," the tool not only autocompletes lines…
·thenewstack.io·
This Week in Programming: GitHub Copilot, Copyright Infringement and Open Source Licensing – The New Stack
What Should Be a Student’s First Programming Language? – The New Stack
What Should Be a Student’s First Programming Language? – The New Stack
It's a question that's fascinated educators for decades. When students first begin to learn computer science — which programming language should they start with? One person who's given it a lot of thought is Mark Guzdial, a computer science professor at the University of Michigan who has also conducted his own research in the fields…
·thenewstack.io·
What Should Be a Student’s First Programming Language? – The New Stack
From/to | Seth's Blog
From/to | Seth's Blog
Freedom has a partner, and its name is responsibility. It’s easy to insist on all the things we should be free from. But then we realize that we also have the freedom to act, to lead and to c…
·seths.blog·
From/to | Seth's Blog
Lines and curves | Seth's Blog
Lines and curves | Seth's Blog
Working with a ruler is pretty straightforward. Just about anyone can extend a line, or fix something straight if it breaks. It’s on the line or it’s not. But curves? Curves are complex…
·seths.blog·
Lines and curves | Seth's Blog
Importing array values into Postgres from CSV – brian d foy – Random Adventures
Importing array values into Postgres from CSV – brian d foy – Random Adventures
I want to import from a CSV file some array values into a Postgres table, but I didn’t find examples. There are many examples with INSERT statements, but I already know how to do that (because there are examples).
·briandfoy.github.io·
Importing array values into Postgres from CSV – brian d foy – Random Adventures
Ruby On Rails Database Naming Convention - Stack Overflow
Ruby On Rails Database Naming Convention - Stack Overflow
At my company, we're about to start out first Ruby On Rails application and it will have a new database. All of our current databases conform strictly to the Upper Camel Case naming convention for
·stackoverflow.com·
Ruby On Rails Database Naming Convention - Stack Overflow
Blog — Measuring Traffic Rate by Means of U-models
Blog — Measuring Traffic Rate by Means of U-models
First, let us look at and analyze a few examples of how events are counted and the rate of the stream is estimated in general. The next step is to see a generalization, namely some class of counters, which we call the u-model. Next, we explore what useful properties u-models have and propose a technique for constructing an adequate rate estimate.
·blog.qrator.net·
Blog — Measuring Traffic Rate by Means of U-models
The Untold Story of SQLite With Richard Hipp - CoRecursive Podcast
The Untold Story of SQLite With Richard Hipp - CoRecursive Podcast
On today's show, I'm talking to Richard Hipp about surviving becoming core infrastructure for the world. SQLite is everywhere. It's in your web browser, it's in your phone, it's probably in your car, and it's definitely in commercial planes. It's where your iMessages and WhatsApp messages are stored, and if you do a find on your computer for *.db, you'll... […]
·corecursive.com·
The Untold Story of SQLite With Richard Hipp - CoRecursive Podcast
#InfoSecBikinis and #DevsPelades: A Movement to Bring Your Whole Self to Tech – The New Stack
#InfoSecBikinis and #DevsPelades: A Movement to Bring Your Whole Self to Tech – The New Stack
Last week, Pittsburgh-based Brazilian database administrator Vanny received a DM from a stranger on Instagram that, translated from Portuguese, read: Lady, you had everything to be a reference in the tech community, but you lower yourself and expose yourself too much. I started following you awhile ago and I could swear you were going to…
·thenewstack.io·
#InfoSecBikinis and #DevsPelades: A Movement to Bring Your Whole Self to Tech – The New Stack
Tutorial: Build Custom Container Images for a Kubeflow Notebook Server – The New Stack
Tutorial: Build Custom Container Images for a Kubeflow Notebook Server – The New Stack
In this installment, we will start exploring building an end-to-end machine learning pipeline for data preparation, training, and inference. We will delve deeper into these tasks over the next few installments. To follow this guide, you need to have Kubeflow installed in your environment with a storage engine like supporting shared volumes for creating PVCs…
·thenewstack.io·
Tutorial: Build Custom Container Images for a Kubeflow Notebook Server – The New Stack