this seems really interesting, but I'm no up to speed on all the sconyms. what does this actually do? why would I want to use it? I think I understand that this is a tool to move money between fiat currencies using crypto. is that right?
HN user
techplex
DIY Lighting NERD checkout our display Mid October - March. https://www.youtube.com/watch?v=C_Xs2mXkkBg
Mentor FIRST Robotics Team 4909 https://www.team4909.org/
If you are in the greater Boston area stop by: https://www.youtube.com/watch?v=xBxB1aroSqE.
Lots of animated displays in New England: https://www.nelights.org/
This is fantastic, would you consider adding some other types of QR Code, wifi, Contact Info etc? I've had good luck with the generator from https://qrcode.tec-it.com/en but your UI is much better!
This is a neat view into budgeting. What are your future plans? Will you have tools that help see how the different pockets grow over time?
Why not hate the cell phone manufacturers for not making secure devices?
Does that mean the user's code is compiled in the browser? Is the compliation a feature of Cheerpj?
The DIY Lighting community is quite impressive. Last year 938 displays in 27 countries participated in a project called https://xlightsaroundtheworld.com/ where we all play the same song and sequence and a montage is created. https://xlightsaroundtheworld.com/category/all-projects/
This is awesome. I frequently merge lists in google sheets. Any thoughts about offering a google sheets addin?
This is fantastic! Do folks do this manually in other languages or are there proven packages folks use?
checkout https://grocy.info/
I've heard you can contact support to get a shipping quote before placing your order.
Lots of options in Awesome SelfHosted: https://github.com/awesome-selfhosted/awesome-selfhosted#wik...
Checkout Bookstack https://www.bookstackapp.com/
What is the proper format of the excel file? No matter what I try the pdf fails to load.
Checkout wails.io and tauri.app
See also - https://github.com/sqwishy/owoof
These stories about old telephone equipment are so fascinating. I remember when T1s were state of the art now they're going to be a lost art
Have you seen https://www.descript.com/ it transcribes video and allows you to edit the transcript. Those edits to the transcript are reflected in the video. You can even train it to voices if you have enough content.
The approach deno is taking is very interesting where all packages are sandboxed. I'd be interested to hear the author's thoughts on Deno's approach as a mitigation for supply chain attacks. I understand it won't stop all attacks but it would make them significantly harder. ref: https://medium.com/deno-the-complete-reference/sandboxing-in...
I know it doesn't matter for the point the author is trying to make but, Such a tease, what does the app do?
Seems like my email in the format word.other@gmail.com doesn't pass some check. I'm getting this error:
Sql error: error returned from database: new row for relation "workspace_invite" violates check constraint "proper_email"Looks like they support self hosting, no? https://docs.budibase.com/docs/hosting-methods
This seemed to happen back in 2017.
https://news.ycombinator.com/item?id=14621347 (105 comments)
Please cite your sources. There are people living in the Chernobyl exclusion zone https://www.bbc.co.uk/news/resources/idt-sh/moving_to_Cherno...
I would think the law would require financial institutions to report cash flow in whatever format the gov't demanded
See also https://nautobot.readthedocs.io/en/stable/ which appears to be a fork of Netbox https://blog.networktocode.com/post/why-did-network-to-code-...
I often "publish" artifacts internally in github actions with the actions/upload-artifact action. https://github.com/actions/upload-artifact
//.github/workflows/main.yml
name: Main
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
jobs:
build:
runs-on: self-hosted
steps:
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
- name: Test
run: go test -v ./...
- name: Build Discover Command
run: go build -o discover cmd/discover/main.go
- name: Upload Build Artifacts
uses: actions/upload-artifact@v2
with:
name: discover
path: discover
For internal tooling we often publish tagged artifacts to releases on the repo using a workflow that is triggered when someone creates a release. The creation of the release makes a new tag and triggers the build.//.github/workflows/release.yml
name: Release
on:
release:
types:
- published
jobs:
build:
runs-on: self-hosted
env:
GOPRIVATE: "github.com/OUR-ORG-NAME/\*"
NAME: deploy-${{ github.event.release.tag_name }}-${{ matrix.GOOS }}-${{ matrix.GOARCH }}${{ matrix.EXTENSION }}
strategy:
matrix:
GOOS: [ windows, linux, darwin ]
GOARCH: [ amd64, 386 ]
exclude:
# excludes 32bit on macOS
- GOOS: darwin
GOARCH: 386
include:
# includes a new variable for windows builds
- GOOS: windows
EXTENSION: ".exe"
steps:
# Runs a single command using the runners shell
- name: Print Info
run: echo '${{ toJSON(github.event.release) }}'
- uses: actions/checkout@v2
- name: Set up Go
uses: actions/setup-go@v2
with:
go-version: 1.16
# From https://github.com/mvdan/github-actions-golang/blob/master/README.md
- name: Configure git for private modules
run: |
git config --global \
url."https://${{ secrets.GHUSER }}:${{ secrets.GHTOKEN }}@github.com".insteadOf \
"https://github.com"
- name: Build ${{ env.NAME }} Command
run: |
GOOS=${{ matrix.GOOS }} \
GOARCH=${{ matrix.GOARCH }} \
go build -o ${{ env.NAME }} cmd/main.go
- name: Upload Release Asset - ${{ matrix.GOOS }} / ${{ matrix.GOARCH }}
uses: actions/upload-release-asset@v1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ github.event.release.upload_url }}
asset_path: ./${{ env.NAME }}
asset_name: ${{ env.NAME }}
asset_content_type: application/octet-stream
edit: code formattingTempur-Pedic Queen Medium, 600 thread-count sheets, department store pillows (medium/thin)
Source?