Code of Conduct: https://github.com/solid/process/blob/main/code-of-conduct.md - Website: https://solidproject.org/ - Repos: https://github.com/solid/
@theWebalyst ,
:point_up: April 16, 2019 5:26 AM:
Fixing the state of our repo == something.
Said item has now been resolved i.e., the code properly merged at: https://github.com/OpenLinkSoftware/solid-plume
@theWebalyst ,
Re :point_up: April 16, 2019 1:18 PM:
You continue to make strange remarks like "so it feels like you aren't happy to work with me." .
What's that supposed to mean?
<script
src="https://cdn.jsdelivr.net/npm/solid-file-client/dist/browser/solid-file-client.bundle.js">
</script>
<style>
input[type="file"] {
background-color:#c0c0c0 !important;
}
</style>
<input id="targetFolder" placeholder="folder to hold uploads"><br>
<input type="file" id="fileArea" multiple>
<input type="button" value="upload" onclick="javascript:upload()">
<script>
function upload() {
SolidFileClient.popupLogin().then( ()=>{
const folder = document.getElementById('targetFolder').value;
const fileInput = document.getElementById('fileArea');
const files = fileInput.files;
alert(folder+files.toString())
for(var i=0;i<files.length;i++){
var URI = folder + files[i].name;
var content = files[i];
SolidFileClient.updateFile(URI, content).then( res=> {
console.log(res);
}, err=>{console.log("upload error : "+err)});
}
}, err=>{console.log("login error : "+err)});
}
</script>
@theWebalyst ,
Re :point_up: April 16, 2019 5:19 PM:
Moving forward, are you going to address new features such as:
Those are important features missing from Plume right now.
@fabiancook I've been co-maintaining https://valueflo.ws/ last few years, we move slow but soon want to reach next minor release and request feedback via https://www.w3.org/community/economy/
I plan to develop some prototypes that will use vf:
terms and solid, I already have some initial implementation experiments using RDFJS modules eg. https://github.com/valueflows/vf-track-trace.ts , the way it does async iteration and uses Source#match
with triple patters it should eventually connect to solid server exposing triple patter fragments, for that I'll test out this early prototype https://github.com/solid/solid-tpf
On the subject of fake news headlines, fake reviews, fake ratings, and fake likes; is there such a thing as a fake promotion?
I was watching a commercial for TGI Fridays https://www.youtube.com/watch?v=3QeuTk8eHKA/
, a chain restaurant. The waitress were twirling around trays of food in hand as they danced with smiling faces all the way to the guests tables. The bartender was also in the commercial dancing around serving customers and smiling as thought this was how things really are at TGI Fridays. This commercial promoted its food apps and suggested that while at TGI Fridays, you will enjoy the entertaining dining experience of their staff as well as good food. This was a fake promotion intended to lure a person to the establishment by suggesting that they would experience good food with an entertaining atmosphere however, this type of entertainment does not exist at TGI Fridays. So if Solid is going create an environment to tackle fake news, fake reviews, and fake ratings, how does it also deal with fake promotions?
How do you combat online fake ratings, and fake reviews, fake news, and fake promotions when it’s the companies themselves that hire third parties to create the same? I almost wonder if there should be a Solid Fine that, pod providers can implement when a user violates the terms and conditions of the pod provider, among other things, by facilitating fake news, fake reviews, fake likes and false advertising. Just a suggestion.
aud
ience scoped to say "This is only valid at THIS resource server, and no other"